summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-09 13:44:31 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-13 19:25:39 -0800
commit2e2073e358a6d9069dd5b5f3757de769cbc92721 (patch)
tree99d63645888ad354591ad95582821731beb64cb3 /list.c
parent2ad869a51804e5232f10c1c933e2822c205c3265 (diff)
Remove unused NEED_SNPRINTF code to #include non-existent snprintf.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'list.c')
-rw-r--r--list.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/list.c b/list.c
index 6d3323e..cdedb89 100644
--- a/list.c
+++ b/list.c
@@ -26,12 +26,6 @@
#include <string.h>
#include "list.h"
-#ifdef NEED_SNPRINTF
-#undef SCOPE
-#define SCOPE static
-#include "snprintf.c"
-#endif
-
int
listMember(char *elt, ListPtr list)
{