Skip to content

Commit 3ad9c29

Browse files
[SYCLomaitc][NFC] remove dead code. (#2435)
1 parent 5b1ef99 commit 3ad9c29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/DPCT/Utility.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ llvm::StringRef getIndent(clang::SourceLocation Loc,
221221
const clang::SourceManager &SM);
222222

223223
clang::SourceRange getStmtExpansionSourceRange(const clang::Stmt *S);
224-
clang::SourceRange getStmtSpellingSourceRange(const clang::Stmt *S);
225-
clang::SourceRange getSpellingSourceRange(clang::SourceLocation L1,
226-
clang::SourceLocation L2);
227224
size_t calculateExpansionLevel(clang::SourceLocation Loc);
228225
/// Get the Stmt spelling
229226
std::string getStmtSpelling(const clang::Stmt *E,

0 commit comments

Comments
 (0)