Skip to content

Commit

Permalink
[Analysis] Remove unused declaration getCurrentLVarDefinition
Browse files Browse the repository at this point in the history
The declaration was added without a corresponding function definition
by:

  commit ae497de
  Author: DeLesley Hutchins <delesley@google.com>
  Date:   Sat Apr 19 00:35:54 2014 +0000
  • Loading branch information
kazutakahirata committed May 27, 2023
1 parent 7954368 commit fffb389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,6 @@ class SExprBuilder {
SMap.insert(std::make_pair(S, E));
}

til::SExpr *getCurrentLVarDefinition(const ValueDecl *VD);

til::SExpr *addStatement(til::SExpr *E, const Stmt *S,
const ValueDecl *VD = nullptr);
til::SExpr *lookupVarDecl(const ValueDecl *VD);
Expand Down

0 comments on commit fffb389

Please sign in to comment.