X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FProcess.cpp;h=e93b2af4c12bbdc9d9fd494fe588b53ad2d12391;hb=4f098b68a50528b9f53a461ebea670ee935fb556;hp=d69f78ecd17662108883d3fda6b394d5201c021d;hpb=23dd3327a03b9b64b428ea07dae580326159e47b;p=oota-llvm.git diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index d69f78ecd17..e93b2af4c12 100644 --- a/lib/System/Process.cpp +++ b/lib/System/Process.cpp @@ -2,8 +2,8 @@ // // 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 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/Process.inc" #endif - -DEFINING_FILE_FOR(SystemProcess)