Skip to content
  • Sean Callanan's avatar
    Cleaned up a few functions that never get used. · c6bba3e4
    Sean Callanan authored
    Specifically, the expression parser used to use
    functions attached to SymbolContext to do lookups,
    but nowadays it searches a ModuleList or Module
    directly instead.  These functions had no
    remaining clients so I removed them to prevent
    bit rot.
    
    I also removed a stray callback function from
    ClangExpressionDeclMap.
    
    llvm-svn: 141899
    c6bba3e4
Loading