]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
... and remove the debugging cout
[builder.git] / source / link.h
index eecbcbdc1bb4182c9ad897005a93d159ef16bf53..484838854cfd8f74b8aeb62bb1be1408f04b45e9 100644 (file)
@@ -3,13 +3,15 @@
 
 #include "externalaction.h"
 
-class Component;
 class Executable;
 
+/**
+Links object files and libraries to produce an executable.
+*/
 class Link: public ExternalAction
 {
 public:
-       Link(Builder &, const Executable &, const Component &);
+       Link(Builder &, const Executable &);
 };
 
 #endif