loplugin:unusedmethods

Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454
Reviewed-on: https://gerrit.libreoffice.org/44553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2017-11-09 15:47:45 +02:00
parent 617fb9eed9
commit 32823280ef
32 changed files with 1 additions and 396 deletions

View File

@@ -221,10 +221,6 @@ bool UnusedMethods::VisitCallExpr(CallExpr* expr)
if (calleeFunctionDecl)
goto gotfunc;
}
/*
expr->dump();
throw "Can't touch this";
*/
return true;
}