diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h index cc3f675071e66..6e1db128e918c 100644 --- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h +++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h @@ -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);