mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Remove extra ';'
llvm-svn: 144155
This commit is contained in:
parent
94307f6ba6
commit
8c2418594e
@ -28,7 +28,7 @@ class DominatorTree : public ManagedAnalysis {
|
||||
|
||||
public:
|
||||
DominatorTree(AnalysisDeclContext &ac)
|
||||
: AC(ac) {};
|
||||
: AC(ac) {}
|
||||
|
||||
virtual ~DominatorTree();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user