]> git.tdb.fi Git - builder.git/blobdiff - source/action.cpp
Big rewrite for a more tool-centric approach
[builder.git] / source / action.cpp
diff --git a/source/action.cpp b/source/action.cpp
deleted file mode 100644 (file)
index 89cd46b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <msp/io/print.h>
-#include "action.h"
-
-using namespace Msp;
-using namespace std;
-
-void Action::announce(const string &pkg, const string &tool, const string &tgt)
-{
-       IO::print("[%-10s] [%4s] %s\n", pkg.substr(0, 10), tool, tgt);
-}