]> git.tdb.fi Git - builder.git/blobdiff - source/library.h
Get rid of the Library and SystemLibrary classes as unnecessary abstractions
[builder.git] / source / library.h
diff --git a/source/library.h b/source/library.h
deleted file mode 100644 (file)
index 040affe..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef LIBRARY_H_
-#define LIBRARY_H_
-
-#include "filetarget.h"
-
-class Library: public virtual FileTarget
-{
-protected:
-       std::string libname;
-
-       Library(Builder &, const Package *, const Msp::FS::Path &, const std::string &);
-public:
-       const std::string &get_libname() const { return libname; }
-};
-
-#endif