Clean away temporarily added using declarations

Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
This commit is contained in:
Stephan Bergmann
2017-11-07 11:50:47 +01:00
parent 07b8711526
commit b35bb38f18
86 changed files with 160 additions and 106 deletions

View File

@@ -226,9 +226,6 @@ bool isSamePathname(StringRef pathname, StringRef other);
} // namespace
using loplugin::InstantiationData; //TODO
using loplugin::normalizeDotDotInFilePath; //TODO
#endif // COMPILEPLUGIN_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */