X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=2c478a861d9023e9b423cd55a4079e40dfc8fe10;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=40b098ca10931b4bf31651f80b7dcbb64beded83;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 40b098c..2c478a8 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -27,7 +27,6 @@ using namespace Msp; SourcePackage::SourcePackage(Builder &b, const string &n, const FS::Path &f): Package(b, n), source_dir(FS::dirname(f)), - build_type(0), config(*this), cache(*this) {