Skip to content

Commit a8503b8

Browse files
committed
[NFC] Remove unused static function
1 parent 37f2776 commit a8503b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -834,11 +834,6 @@ LLVM_DUMP_METHOD static void dumpArgTokensToStream(llvm::raw_ostream &Out,
834834
const Preprocessor &PP,
835835
const ArgTokensTy &Toks);
836836

837-
LLVM_DUMP_METHOD static void dumpArgTokens(const Preprocessor &PP,
838-
const ArgTokensTy &Toks) {
839-
dumpArgTokensToStream(llvm::errs(), PP, Toks);
840-
}
841-
842837
namespace {
843838
/// Maps unexpanded macro parameters to expanded arguments. A macro argument may
844839
/// need to expanded further when it is nested inside another macro.

0 commit comments

Comments
 (0)