aboutsummaryrefslogtreecommitdiff
path: root/src/stringproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stringproc.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stringproc.cpp b/src/stringproc.cpp
deleted file mode 100644
index 23abca9..0000000
--- a/src/stringproc.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
1#include "stringproc.h"
2
3StringProc::StringProc( Build *pBld ) :
4 pBld( pBld )
5{
6}
7
8StringProc::~StringProc()
9{
10}
11
12