]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Get rid of the Library and SystemLibrary classes as unnecessary abstractions
[builder.git] / source / executable.cpp
index 039267a0b86d9a3b5b7544e7c14d651ddbe09318..923ff8891ae53f8d65f00ca918b0f3279a89baff 100644 (file)
@@ -3,7 +3,6 @@
 #include "sourcepackage.h"
 
 Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
-       FileTarget(b, &c.get_package(), generate_target_path(c)),
        Binary(b, c, objs)
 {
        install_location = "bin";