OSDN Git Service

Remove obsolete varargs.h header file.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 9 May 2015 10:28:16 +0000 (11:28 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Sat, 9 May 2015 10:28:16 +0000 (11:28 +0100)
mingwrt/ChangeLog
mingwrt/include/varargs.h [deleted file]

index f7af073..0414ca6 100644 (file)
@@ -1,3 +1,11 @@
+2015-05-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Remove obsolete varargs.h header file.
+
+       * include/varargs.h: Delete it; it was a mostly redundant wrapper for
+       a GCC header which is no longer supported, and was always intended for
+       ultimate removal; now is the long overdue time to do so.
+
 2015-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Correct improper unistd.h function attribute declarations.
diff --git a/mingwrt/include/varargs.h b/mingwrt/include/varargs.h
deleted file mode 100644 (file)
index c1197e9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * This is just an RC_INVOKED guard for the real varargs.h
- * fixincluded in gcc system dir.  One day we will delete this file.
- */
-#ifndef RC_INVOKED
-#include_next<varargs.h>
-#endif