]> git.tdb.fi Git - builder.git/blobdiff - source/file.cpp
Add install component type
[builder.git] / source / file.cpp
diff --git a/source/file.cpp b/source/file.cpp
deleted file mode 100644 (file)
index e605f08..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#include "file.h"
-
-File::File(Builder &b, const Msp::FS::Path &p):
-       FileTarget(b, 0, p)
-{ }