X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=c25c6f213f3e7c791525aad240259384335c60ac;hb=HEAD;hp=557f7fe9c19ae0429c93592521f88fe8e767f046;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp deleted file mode 100644 index 557f7fe..0000000 --- a/source/sharedlibrary.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "component.h" -#include "package.h" -#include "sharedlibrary.h" - -using namespace std; - -SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list &objs): - Executable(b, c, objs) -{ } -