]> granicus.if.org Git - check/commit
libcompat: remove unsetenv replacement
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:42:37 +0000 (02:42 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:42:37 +0000 (02:42 +0000)
commit4d9fc2ddd06e7703796c3d12680baeb54e1b9483
treeb458d3d556fd422ea776eafd6e71e2b50802749f
parent2b182aa6dca0776ce287b7c4ef98d47a19b13099
libcompat: remove unsetenv replacement

no system to date has been found that provides setenv
but not unsetenv. If setenv is unavailable, all related
tests are disabled at compile time. This stub replacement
does not serve any purpose. If in the future a system
with unsetenv is found that does provide setenv, then
the unit tests will need to disable all tests that
require unsetenv.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@987 64e312b2-a51f-0410-8e61-82d0ca0eb02a
CMakeLists.txt
configure.ac
lib/CMakeLists.txt
lib/libcompat.h
lib/unsetenv.c [deleted file]