diff options
Diffstat (limited to 'lib/compat/unsetenv.c')
-rw-r--r-- | lib/compat/unsetenv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compat/unsetenv.c b/lib/compat/unsetenv.c index 6c191d32d..7551629e1 100644 --- a/lib/compat/unsetenv.c +++ b/lib/compat/unsetenv.c @@ -37,4 +37,3 @@ unsetenv(const char *p) return putenv(q); } #endif - |