Skip to content

Commit

Permalink
[StaticAnalyzer] Remove unused declaration handleLVectorSplat
Browse files Browse the repository at this point in the history
The corresponding function definition was removed by:

  commit 55662b2
  Author: Balazs Benics <balazs.benics@sigmatechnology.se>
  Date:   Thu Jul 1 10:54:28 2021 +0200
  • Loading branch information
kazutakahirata committed May 27, 2023
1 parent 156aafd commit bdc2771
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,12 +607,6 @@ class ExprEngine {
StmtNodeBuilder &Bldr,
ExplodedNode *Pred);

ProgramStateRef handleLVectorSplat(ProgramStateRef state,
const LocationContext *LCtx,
const CastExpr *CastE,
StmtNodeBuilder &Bldr,
ExplodedNode *Pred);

void handleUOExtension(ExplodedNodeSet::iterator I,
const UnaryOperator* U,
StmtNodeBuilder &Bldr);
Expand Down

0 comments on commit bdc2771

Please sign in to comment.