summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2009-07-05 05:00:16 +0000
committerOlly Betts <olly@survex.com>2009-07-05 05:00:16 +0000
commitc83f80c0610c407d3c60dab6b7044efc5437f3b2 (patch)
tree694754bb043184d25cf2d3c5d4e96af68891d7dd
parent9e919ef866ff6d9ba869bc46a8f68c068f2cdb2a (diff)
downloadswig-c83f80c0610c407d3c60dab6b7044efc5437f3b2.tar.gz
Remove duplicate definitions of WARN_PHP_MULTIPLE_INHERITANCE and
WARN_PHP_UNKNOWN_PRAGMA which were carefully providing backwards compatibility for WARN_PHP4_MULTIPLE_INHERITANCE and WARN_PHP4_UNKNOWN_PRAGMA until PHP4 was clobbered to PHP with search and replace hammer. This has now been broken in at least one release, so we'll just have to give up on trying to be helpful to existing users. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11366 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Source/Include/swigwarn.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h
index e25e4408b..5be0305fa 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -248,13 +248,6 @@
/* please leave 850-869 free for Modula 3 */
-/* These are needed for backward compatibility, but you don't need to add
- * PHP4 versions of new warnings since existing user interface files can't
- * be using them.
- */
-#define WARN_PHP_MULTIPLE_INHERITANCE 870
-#define WARN_PHP_UNKNOWN_PRAGMA 871
-
#define WARN_PHP_MULTIPLE_INHERITANCE 870
#define WARN_PHP_UNKNOWN_PRAGMA 871