]> git.tdb.fi Git - builder.git/blobdiff - plugins/gnu/gnulinker.h
Comment cleanup and other cosmetic fixes
[builder.git] / plugins / gnu / gnulinker.h
index 11a0fb1edd9d9a5d6727005be306041e4e25133b..a669bc7be0767ea60a297ab32794a703360682b8 100644 (file)
@@ -9,8 +9,6 @@ class Binary;
 The GNU linker.  Turns ObjectFiles into Executables and SharedLibraries.  To
 create a shared library, specify "shared" as the second argument to
 create_target.
-
-Uses either gcc or g++ depending on what was used to compile the object files.
 */
 class GnuLinker: public Tool
 {