From c20beb9cc5a8bf72ffe6aada664c09d6c702ca01 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 7 Dec 2010 18:41:59 +0000 Subject: Support: Remove Alarm. It is unused (via local grep and google code search). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121160 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Alarm.cpp | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 lib/Support/Alarm.cpp (limited to 'lib/Support/Alarm.cpp') diff --git a/lib/Support/Alarm.cpp b/lib/Support/Alarm.cpp deleted file mode 100644 index 58ad609cd2..0000000000 --- a/lib/Support/Alarm.cpp +++ /dev/null @@ -1,33 +0,0 @@ -//===- Alarm.cpp - Alarm Generation Support ---------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file implements the Alarm functionality -// -//===----------------------------------------------------------------------===// - -#include "llvm/Support/Alarm.h" -#include "llvm/Config/config.h" - -namespace llvm { -using namespace sys; - -//===----------------------------------------------------------------------===// -//=== WARNING: Implementation here must contain only TRULY operating system -//=== independent code. -//===----------------------------------------------------------------------===// - -} - -// Include the platform-specific parts of this class. -#ifdef LLVM_ON_UNIX -#include "Unix/Alarm.inc" -#endif -#ifdef LLVM_ON_WIN32 -#include "Windows/Alarm.inc" -#endif -- cgit v1.2.3-18-g5258