]> git.tdb.fi Git - builder.git/blobdiff - source/binary.h
Move the Component reference to Target and make it a pointer
[builder.git] / source / binary.h
index 5239dc3fc0e06411df34d1f033b5c9b30abe82c8..9f694d877dbc5e9218ce1cf0f5e60be18e977e3a 100644 (file)
@@ -13,11 +13,8 @@ library.
 class Binary: public virtual FileTarget
 {
 protected:
-       const Component ∁
-
        Binary(Builder &, const Component &, const std::list<ObjectFile *> &);
 public:
-       const Component &get_component() const { return comp; }
        virtual void find_depends();
 protected:
        /** Returns the path for the binary.  We can't do this in the constructor