From 6f90dcc609afaa36e391252c610159d55ade1e0d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 15 Jun 2016 16:51:04 +0000 Subject: [clang-tidy] Remove dead code. NFC. llvm-svn: 272803 --- clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h') diff --git a/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h b/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h index 4a6df187164..f0267d44d32 100644 --- a/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h +++ b/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h @@ -450,9 +450,6 @@ private: // Determine whether or not a declaration that would conflict with Symbol // exists in an outer context or in any statement contained in SourceStmt. bool declarationExists(llvm::StringRef Symbol); - - // Concatenates two identifiers following the current naming style. - std::string AppendWithStyle(StringRef Str, StringRef Suffix) const; }; } // namespace modernize -- cgit v1.2.3