summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/SunOS/SysConfig.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-27 06:15:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-27 06:15:14 +0000
commit0d1ad6ac3479ec6c3cd22471a27af588db151fb3 (patch)
treefa2d749c6a2b0b211689853be913cda8ec2bed24 /llvm/lib/System/SunOS/SysConfig.cpp
parentb668158b7c5ffe24f7341f5dde0d275d31661e18 (diff)
downloadbcm5719-llvm-0d1ad6ac3479ec6c3cd22471a27af588db151fb3.tar.gz
bcm5719-llvm-0d1ad6ac3479ec6c3cd22471a27af588db151fb3.zip
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. llvm-svn: 19149
Diffstat (limited to 'llvm/lib/System/SunOS/SysConfig.cpp')
-rw-r--r--llvm/lib/System/SunOS/SysConfig.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/llvm/lib/System/SunOS/SysConfig.cpp b/llvm/lib/System/SunOS/SysConfig.cpp
deleted file mode 100644
index 1a50fc0752b..00000000000
--- a/llvm/lib/System/SunOS/SysConfig.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-//===- SunOS/SysConfig.cpp - SunOS SysConfig Implementation -----*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file was developed by Reid Spencer and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file provides the SunOS specific implementation of the SysConfig class.
-//
-//===----------------------------------------------------------------------===//
-
-// Include the generic unix implementation
-#include "../Unix/SysConfig.cpp"
-
-namespace llvm {
-using namespace sys;
-
-//===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only SunOS specific code
-//=== and must not be generic UNIX code (see ../Unix/SysConfig.cpp)
-//===----------------------------------------------------------------------===//
-
-}
-
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
OpenPOWER on IntegriCloud