Macro cleanup: Miscellaneous

These were found with -Wunused-macros. There are many more macros which
triggered that warning, but they were primarily part of larger sets of
macros so leave them alone.
This commit is contained in:
Michael Reed
2015-01-14 15:19:33 -05:00
parent cd8e91b87e
commit d2e7cce560
3 changed files with 0 additions and 12 deletions

View File

@@ -10,8 +10,6 @@
* message.c: functions for displaying messages on the command line
*/
#define MESSAGE_FILE /* don't include prototype for smsg() */
#include <assert.h>
#include <errno.h>
#include <inttypes.h>