Skip to content
Snippets Groups Projects
Commit 695b1dbf authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed (unused) toplevel declaration of _translationUnit.

parent 3c51e5b2
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
using namespace CPlusPlus; using namespace CPlusPlus;
TranslationUnit *_previousUnit;
FastMacroResolver::FastMacroResolver(TranslationUnit *unit, const Snapshot &snapshot) FastMacroResolver::FastMacroResolver(TranslationUnit *unit, const Snapshot &snapshot)
: _unit(unit), _snapshot(snapshot) : _unit(unit), _snapshot(snapshot)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment