mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Drop unnecessary ';' after namespace
The ';' was introduced in 237642. With it in place, we get a large number of warnings in -pedantic mode. llvm-svn: 237667
This commit is contained in:
parent
ed527f2f9e
commit
113a9e0d99
@ -30,7 +30,7 @@ class Module;
|
||||
|
||||
namespace Intrinsic {
|
||||
enum ID : unsigned;
|
||||
};
|
||||
}
|
||||
|
||||
class GlobalValue : public Constant {
|
||||
GlobalValue(const GlobalValue &) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user