From 7f9a419bb6a11e9a39313e4bec6dd741c934c400 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Apr 2008 00:35:55 +0000 Subject: remove DEFINING_FILE_FOR for MappedFile.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49008 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/MappedFile.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/llvm/System/MappedFile.h') diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index d74bf5c..af13cbb 100644 --- a/include/llvm/System/MappedFile.h +++ b/include/llvm/System/MappedFile.h @@ -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 -- cgit v1.1