]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Remove a useless path-to-string conversion
[builder.git] / source / target.h
index 2881d42fcda00dc2409d57518eddaa48a357181b..d971a55bbd46f7dd8a444903a3477c69c02a8a2b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TARGET_H_
 #define TARGET_H_
 
@@ -109,6 +102,4 @@ protected:
        virtual void build_done();
 };
 
-typedef std::map<std::string, Target *> TargetMap;
-
 #endif