]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Remove dead code
[builder.git] / source / component.h
index 0d67fdeb874deaa60c1438f01764bbb1c697bf9c..5efed1a08ad06bd1ef4db470b3c263f4f4d53f09 100644 (file)
@@ -24,13 +24,11 @@ public:
        {
        private:
                Component ∁
-               std::string inst_hdr;
 
        public:
                Loader(Component &);
                Component &get_object() { return comp; }
        private:
-               virtual void finish();
                void source(const std::string &);
                void require(const std::string &);
                void build_info();