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:
@@ -221,10 +221,6 @@ bool UnusedMethods::VisitCallExpr(CallExpr* expr)
|
||||
if (calleeFunctionDecl)
|
||||
goto gotfunc;
|
||||
}
|
||||
/*
|
||||
expr->dump();
|
||||
throw "Can't touch this";
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user