diff options
Diffstat (limited to 'src/signup.cc')
| -rw-r--r-- | src/signup.cc | 19 |
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); -} |
