]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.h
Don't store component locally in object and source files
[builder.git] / source / sourcefile.h
index 9f126ac4d4781d19228f222075a204c9bf31027e..30a5080b8a0be51a14b42ddf55a61de32ca35393 100644 (file)
@@ -3,17 +3,10 @@
 
 #include "filetarget.h"
 
-class Component;
-
 class SourceFile: public FileTarget
 {
 protected:
-       const Component *comp;
-
        SourceFile(Builder &, const Component *, const Msp::FS::Path &);
-
-public:
-       const Component *get_component() const { return comp; }
 };
 
 #endif