For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:15:14 +0000 (06:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:15:14 +0000 (06:15 +0000)
commitd0ae93f0223d5bd02fecfc3d85bb091eb02c7a3e
treebb55d514cbb78fdaea0a321df0fc63c211fe279e
parent7931a7867b602fa159f1939daf37756d9c3b1532
For PR351:
SysConf abstraction was pointless because it had a single function in it that
pertained only to the current process. So merge it into the Process abstraction
and remove the files completely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19149 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/SysConfig.h [deleted file]
lib/System/AIX/SysConfig.cpp [deleted file]
lib/System/Cygwin/SysConfig.cpp [deleted file]
lib/System/Darwin/SysConfig.cpp [deleted file]
lib/System/FreeBSD/SysConfig.cpp [deleted file]
lib/System/Interix/SysConfig.cpp [deleted file]
lib/System/Linux/SysConfig.cpp [deleted file]
lib/System/SunOS/SysConfig.cpp [deleted file]
lib/System/SysConfig.cpp [deleted file]
lib/System/Unix/SysConfig.cpp [deleted file]
lib/System/Win32/SysConfig.cpp [deleted file]