]> git.tdb.fi Git - builder.git/blobdiff - source/systemlibrary.h
Big rewrite for a more tool-centric approach
[builder.git] / source / systemlibrary.h
index f95217f2673a2199383cee4a8d4ec948be49d478..ee647ffa6ce128dd797916ef471e43b7ceb15664 100644 (file)
@@ -10,10 +10,9 @@ class SystemLibrary: public Library
 {
 public:
        SystemLibrary(Builder &, const Msp::FS::Path &);
+
        virtual const char *get_type() const { return "SystemLibrary"; }
 private:
-       virtual Action *create_action() { return 0; }
-
        static std::string extract_libname(const Msp::FS::Path &);
 };