diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-09 13:44:31 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-13 19:25:39 -0800 |
commit | 2e2073e358a6d9069dd5b5f3757de769cbc92721 (patch) | |
tree | 99d63645888ad354591ad95582821731beb64cb3 /list.c | |
parent | 2ad869a51804e5232f10c1c933e2822c205c3265 (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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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) { |