summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-04 14:21:42 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-04 14:21:42 +0200
commitbb803d630c585f5be8ed446da76dadcf717af1d7 (patch)
treebd6d009577ab78f77e0a7cc972293b08ff4ecba4 /rpmio
parent580f9625e166be7771ead94f500e54a5b34d3196 (diff)
downloadrpm-bb803d630c585f5be8ed446da76dadcf717af1d7.tar.gz
rpm-bb803d630c585f5be8ed446da76dadcf717af1d7.tar.bz2
rpm-bb803d630c585f5be8ed446da76dadcf717af1d7.zip
Remove unnecessary setenv() replacement function
- setenv() and unsetenv() are required by POSIX 2001, we dont care about older systems
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/stubs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c
index d2118bf62..4b988c546 100644
--- a/rpmio/stubs.c
+++ b/rpmio/stubs.c
@@ -26,10 +26,6 @@
#include "misc/realpath.c"
#endif
-#if !defined(HAVE_SETENV)
-#include "misc/setenv.c"
-#endif
-
#if !defined(HAVE_STPCPY)
#include "misc/stpcpy.c"
#endif