Changes in / [1d402be:5b7c8b5]


Ignore:
Location:
src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/MakeLibCfa.h

    r1d402be r5b7c8b5  
    1919
    2020class Declaration;
    21 namespace ast {
    22         struct TranslationUnit;
    23 }
    2421
    2522namespace LibCfa {
    2623        void makeLibCfa( std::list< Declaration* > &prelude );
    27         void makeLibCfa( ast::TranslationUnit & translationUnit );
    2824} // namespace LibCfa
    2925
  • src/Makefile.am

    r1d402be r5b7c8b5  
    2323      CompilationState.h \
    2424      MakeLibCfa.cc \
    25           MakeLibCfaNew.cpp \
    2625        MakeLibCfa.h
    2726
Note: See TracChangeset for help on using the changeset viewer.