remove DEFINING_FILE_FOR for MappedFile.h
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 00:35:55 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 00:35:55 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49008 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/MappedFile.h
lib/System/MappedFile.cpp

index d74bf5c2beab03eac5f5c1b9711c9fcf365b4128..af13cbb5afe76c75555d14cbc7280d3c9250e54e 100644 (file)
@@ -15,7 +15,6 @@
 #define LLVM_SYSTEM_MAPPEDFILE_H
 
 #include "llvm/System/Path.h"
-#include "llvm/System/IncludeFile.h"
 
 namespace llvm {
 namespace sys {
@@ -162,7 +161,7 @@ namespace sys {
   /// @{
   private:
     ///< Disallow assignment
-    MappedFile& operator = ( const MappedFile & that );
+    MappedFile& operator=(const MappedFile &that);
     ///< Disallow copying
     MappedFile(const MappedFile& that);
   /// @}
@@ -170,6 +169,4 @@ namespace sys {
 }
 }
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SystemMappedFile)
-
 #endif
index fb719f66e20f6b34f4768440f76d43c7b4b9af6e..d2bc40355ee5ff71711e87ba687a9df777ead5b5 100644 (file)
@@ -32,4 +32,3 @@ using namespace sys;
 #include "Win32/MappedFile.inc"
 #endif
 
-DEFINING_FILE_FOR(SystemMappedFile)