diff options
Diffstat (limited to 'include/EASTL/weak_ptr.h')
-rw-r--r-- | include/EASTL/weak_ptr.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/EASTL/weak_ptr.h b/include/EASTL/weak_ptr.h deleted file mode 100644 index 4272696..0000000 --- a/include/EASTL/weak_ptr.h +++ /dev/null @@ -1,17 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) Electronic Arts Inc. All rights reserved. -/////////////////////////////////////////////////////////////////////////////// - - -#ifndef EASTL_WEAK_PTR_H -#define EASTL_WEAK_PTR_H - - -// This header file is deprecated. The implementation has moved: -#include <EASTL/shared_ptr.h> - - -#endif - - - |