summaryrefslogtreecommitdiff
path: root/lib/ReadJob.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-04 22:38:08 +0000
committerPixel <Pixel>2001-11-04 22:38:08 +0000
commit50cef89f47dbc14b00639351463aba20ca4320a0 (patch)
treec685986ac356a72f63c7ab012b601c3b27a5fe30 /lib/ReadJob.cc
parent0fdaa819beb21a2c03c3be5ecf9533ef84b9eb4a (diff)
Cleaning a bit...
Diffstat (limited to 'lib/ReadJob.cc')
-rw-r--r--lib/ReadJob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc
index d5b3212..8de0108 100644
--- a/lib/ReadJob.cc
+++ b/lib/ReadJob.cc
@@ -1,7 +1,7 @@
#include "ReadJob.h"
#include "HttpServ.h"
-ReadJob::ReadJob(Handle * as, Handle * ad, String regex, int flags) : s(as), d(ad), current(0) { }
+ReadJob::ReadJob(Handle * as, Handle * ad) : s(as), d(ad), current(0) { }
ReadJob::~ReadJob() { }