mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Remove silly semicolon.
llvm-svn: 56481
This commit is contained in:
parent
28970ed355
commit
c279625563
@ -33,7 +33,7 @@ namespace llvmc {
|
||||
virtual void PopulateCompilationGraph(CompilationGraph&) const = 0;
|
||||
|
||||
/// Needed to avoid a compiler warning.
|
||||
virtual ~BasePlugin() {};
|
||||
virtual ~BasePlugin() {}
|
||||
};
|
||||
|
||||
typedef llvm::Registry<BasePlugin> PluginRegistry;
|
||||
|
Loading…
Reference in New Issue
Block a user