mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
remove DEFINING_FILE_FOR for MappedFile.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user