Commit 57e6a38f by David Neto

Remove useless semicolon

The extra semicolon causes a build failure if warnings are turned up high, and warnings-as-errors is on. (-Werror=extra-semi)
parent 5c4f4211
......@@ -864,7 +864,7 @@ public:
return true;
}
return false;
};
}
void addToCallGraph(TInfoSink&, const TString& caller, const TString& callee);
void merge(TInfoSink&, TIntermediate&);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment