forked from OSchip/llvm-project
parent
3800a28d46
commit
014dd48fbc
|
@ -72,8 +72,8 @@ namespace llvm
|
|||
/// @name Do Not Implement
|
||||
/// @{
|
||||
private:
|
||||
Mutex(const Mutex & original);
|
||||
void operator=(const Mutex &);
|
||||
Mutex(const Mutex & original);
|
||||
void operator=(const Mutex &);
|
||||
/// @}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue