summaryrefslogtreecommitdiff
path: root/blog.c
diff options
context:
space:
mode:
Diffstat (limited to 'blog.c')
-rw-r--r--blog.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/blog.c b/blog.c
index 4c7f3db..b0c6cc2 100644
--- a/blog.c
+++ b/blog.c
@@ -6,12 +6,6 @@
extern char **environ;
-int verify_creds(const char *username, const char *password)
-{
- printf("verifying '%s'/'%s'\n", username ? username : "", password ? password : "");
- return 1;
-}
-
int handle_post(void)
{