From 0d1ad6ac3479ec6c3cd22471a27af588db151fb3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 27 Dec 2004 06:15:14 +0000 Subject: 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 --- llvm/lib/System/SunOS/SysConfig.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 llvm/lib/System/SunOS/SysConfig.cpp (limited to 'llvm/lib/System/SunOS/SysConfig.cpp') 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 -- cgit v1.2.3