mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
remove DEFINING_FILE_FOR for MappedFile.h
llvm-svn: 49008
This commit is contained in:
parent
fa4433be71
commit
a0b425c6bc
@ -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
|
||||
|
@ -32,4 +32,3 @@ using namespace sys;
|
||||
#include "Win32/MappedFile.inc"
|
||||
#endif
|
||||
|
||||
DEFINING_FILE_FOR(SystemMappedFile)
|
||||
|
Loading…
Reference in New Issue
Block a user