Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'std/shared_ptr.hpp')
-rw-r--r--std/shared_ptr.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/std/shared_ptr.hpp b/std/shared_ptr.hpp
deleted file mode 100644
index 2ac9c7ad0a..0000000000
--- a/std/shared_ptr.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#ifdef new
-#undef new
-#endif
-
-#include <memory>
-using std::shared_ptr;
-using std::make_shared;
-using std::enable_shared_from_this;
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif