X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FAlarm.cpp;h=0014ca716b33333fa4990e28d5aa75c2dfcbbe09;hb=3472766f9eb7d66f234c390ce1b3a8b76f0ee9ce;hp=e0b7f7223a38e63d8cdcd4cb6e7fd70ffd97677c;hpb=23dd3327a03b9b64b428ea07dae580326159e47b;p=oota-llvm.git diff --git a/lib/System/Alarm.cpp b/lib/System/Alarm.cpp index e0b7f7223a3..0014ca716b3 100644 --- a/lib/System/Alarm.cpp +++ b/lib/System/Alarm.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the Reid Spencer and is distributed under the -// University of Illinois Open Source License. See LICENSE.TXT for details. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Alarm.inc" #endif - -DEFINING_FILE_FOR(SystemAlarm)