Index: base/auto_any.h |
diff --git a/base/auto_any.h b/base/auto_any.h |
deleted file mode 100644 |
index 3291614795c832e14279fc0e306223b38742f030..0000000000000000000000000000000000000000 |
--- a/base/auto_any.h |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-// Copyright 2007-2009 Google Inc. |
-// |
-// Licensed under the Apache License, Version 2.0 (the "License"); |
-// you may not use this file except in compliance with the License. |
-// You may obtain a copy of the License at |
-// |
-// http://www.apache.org/licenses/LICENSE-2.0 |
-// |
-// Unless required by applicable law or agreed to in writing, software |
-// distributed under the License is distributed on an "AS IS" BASIS, |
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
-// See the License for the specific language governing permissions and |
-// limitations under the License. |
-// ======================================================================== |
- |
-// See the comments in omaha/base/scoped_any.h for details. |
- |
-#ifndef OMAHA_COMMON_AUTO_ANY_H__ |
-#define OMAHA_COMMON_AUTO_ANY_H__ |
- |
-#pragma warning(push) |
-// C4640: construction of local static object is not thread-safe |
-#pragma warning(disable : 4640) |
-#include "omaha/third_party/smartany/scoped_any.h" |
-#pragma warning(pop) |
- |
-#endif // OMAHA_COMMON_AUTO_ANY_H__ |
- |