Merge branch 'release-2.140.136'
[feisty_meow.git] / scripts / clam / cpp / vis_stu / untrap_new.addin
diff --git a/scripts/clam/cpp/vis_stu/untrap_new.addin b/scripts/clam/cpp/vis_stu/untrap_new.addin
deleted file mode 100644 (file)
index 393b01b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-// this should be included after the last usage of new that must be protected.
-
-#ifdef NEW_TRAP
-  #undef NEW_TRAP
-  #ifndef ENABLE_MEMORY_HOOK
-    #define new DEBUG_NEW
-  #else
-    #define new HOOPLE_NEW
-  #endif
-#endif
-
-
-
-