Merge branch 'release-2.140.136'
[feisty_meow.git] / scripts / clam / cpp / vis_stu / trap_new.addin
diff --git a/scripts/clam/cpp/vis_stu/trap_new.addin b/scripts/clam/cpp/vis_stu/trap_new.addin
deleted file mode 100644 (file)
index 2cce394..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// this should be included before the first use of new in a header.
-
-#ifdef new
-  #undef new
-  #define NEW_TRAP
-#endif
-