Remove duplication in Program::Execute{And,No}Wait.
[oota-llvm.git] / lib / System / Process.cpp
index d69f78ecd17662108883d3fda6b394d5201c021d..e93b2af4c12bbdc9d9fd494fe588b53ad2d12391 100644 (file)
@@ -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)