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/memcpy.hpp')
-rw-r--r--std/memcpy.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/std/memcpy.hpp b/std/memcpy.hpp
deleted file mode 100644
index cf31404b98..0000000000
--- a/std/memcpy.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-#include "common_defines.hpp"
-
-#ifdef new
-#undef new
-#endif
-
-#include <string.h>
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif