| Index: base/shared_any.h
|
| diff --git a/base/shared_any.h b/base/shared_any.h
|
| deleted file mode 100644
|
| index d12413aab26285ceff55afaf95cfe7d0a4b4e113..0000000000000000000000000000000000000000
|
| --- a/base/shared_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_SHARED_ANY__
|
| -#define OMAHA_COMMON_SHARED_ANY__
|
| -
|
| -#pragma warning(push)
|
| -// C4640: construction of local static object is not thread-safe
|
| -#pragma warning(disable : 4640)
|
| -#include "omaha/third_party/smartany/shared_any.h"
|
| -#pragma warning(pop)
|
| -
|
| -#endif // OMAHA_COMMON_SHARED_ANY__
|
| -
|
|
|