summaryrefslogtreecommitdiff
path: root/tools/skrewt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skrewt.c')
-rw-r--r--tools/skrewt.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/skrewt.c b/tools/skrewt.c
index 540b1cf..8c07974 100644
--- a/tools/skrewt.c
+++ b/tools/skrewt.c
@@ -117,16 +117,6 @@ void parse_content(const string type_spec_line,
}
}
-string join(const string sep, const list<string> stuff){
- string rslt;
- for (list<string>::const_iterator ptr = stuff.begin();
- ptr != stuff.end(); ptr++){
- if (rslt.length()) rslt += sep;
- rslt += *ptr;
- }
- return rslt;
-}
-
class skrewt{
public:
string received_from; // envelope HELO among other things