summaryrefslogtreecommitdiff
path: root/src/signup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/signup.cc')
-rw-r--r--src/signup.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/signup.cc b/src/signup.cc
deleted file mode 100644
index a3eafd4..0000000
--- a/src/signup.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "common.hh"
-
-#include "cgi.hh"
-#include "db.hh"
-
-using namespace stuff;
-
-namespace {
-
-bool handle_request(CGI* cgi) {
-
- return false;
-}
-
-} // namespace
-
-int main() {
- return CGI::run(handle_request);
-}