X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.cpp;h=f91c298825cc8a8039a0c1d1bc63a7036ec75120;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=94f7782e2848632906b78360384ad1ed365295c8;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/analyzer.cpp b/source/analyzer.cpp index 94f7782..f91c298 100644 --- a/source/analyzer.cpp +++ b/source/analyzer.cpp @@ -13,13 +13,6 @@ using namespace std; using namespace Msp; -Analyzer::Analyzer(Builder &b): - builder(b), - mode(DEPS), - max_depth(0), - full_paths(false) -{ } - void Analyzer::analyze() { if(mode==RDEPS)