summaryrefslogtreecommitdiffstats
path: root/src/util/ss
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/ss')
-rw-r--r--src/util/ss/error.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/util/ss/error.c b/src/util/ss/error.c
index af755cc41..43898abee 100644
--- a/src/util/ss/error.c
+++ b/src/util/ss/error.c
@@ -22,19 +22,6 @@
#include <com_err.h>
#include "ss_internal.h"
-#if (defined(_STDARG_H_) || defined(_STDARG_H))
-#define STDARG_PROTOTYPES
-#endif
-
-#ifndef __STDC__
-/* we didn't get it in com_err.h if it wasn't STDC. */
-#ifdef STDARG_PROTOTYPES
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-#endif
-
#undef ss_error
char * ss_name(sci_idx)