]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.h
Don't store component locally in object and source files
[builder.git] / source / objectfile.h
index 975409580928ce7cf61501cf715cbba91bb83df8..2e9b6e1a4333074e71c18fe1502ab49661a68c13 100644 (file)
@@ -3,7 +3,6 @@
 
 #include "filetarget.h"
 
-class Component;
 class SourceFile;
 
 /**
@@ -12,7 +11,6 @@ Object files are compiled from source files.
 class ObjectFile: public FileTarget
 {
 private:
-       const Component ∁
        SourceFile &source;
        
 public:
@@ -22,7 +20,6 @@ private:
 
 public:
        virtual const char *get_type() const { return "ObjectFile"; }
-       const Component &get_component() const { return comp; }
        SourceFile &get_source() const { return source; }
 
        /** Processes as many new dependences as possible.  Some may be created on