remove dead macro

* src/system.h (DEFAULT_TMPDIR): Remove, unused.
This commit is contained in:
Akim Demaille
2012-07-26 12:16:54 +02:00
parent 9b8585410a
commit dba9149595

View File

@@ -205,10 +205,6 @@ typedef size_t uintptr_t;
# define TAB_EXT ".tab"
# endif
# ifndef DEFAULT_TMPDIR
# define DEFAULT_TMPDIR "/tmp"
# endif
/*---------------------.