aboutsummaryrefslogtreecommitdiff
path: root/lib/System/AIX/Signals.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-27 06:16:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-27 06:16:11 +0000
commitc87d7cc788b572c825c8f48156f161bbfb2153ee (patch)
tree9d3fd5b2bf624f51d46ee39f6533a8d52c96e689 /lib/System/AIX/Signals.cpp
parentce7999598a46d2df2ec60ff49e23d3478fb73815 (diff)
For PR351:
* Consolidate implementation for Unix systems into Unix/Signals.cpp * Avoid use of symbolic link to #include platform-specific implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/AIX/Signals.cpp')
-rw-r--r--lib/System/AIX/Signals.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/System/AIX/Signals.cpp b/lib/System/AIX/Signals.cpp
deleted file mode 100644
index ffb16f69c0..0000000000
--- a/lib/System/AIX/Signals.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-//===- AIX/Signals.cpp - AIX Signals 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 AIX specific implementation of the Signals class.
-//
-//===----------------------------------------------------------------------===//
-
-// Include the generic unix implementation
-#include "../Unix/Signals.cpp"
-
-namespace llvm {
-using namespace sys;
-
-//===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only AIX specific code
-//=== and must not be generic UNIX code (see ../Unix/Signals.cpp)
-//===----------------------------------------------------------------------===//
-
-}
-
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab