aboutsummaryrefslogtreecommitdiff
path: root/t/front.tc
diff options
context:
space:
mode:
Diffstat (limited to 't/front.tc')
-rw-r--r--t/front.tc3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/front.tc b/t/front.tc
index 9bed8a1..4ee561a 100644
--- a/t/front.tc
+++ b/t/front.tc
@@ -2,9 +2,6 @@
printf("\n<h1>");
printf("%s", site.name );
printf("</h1>\n<h3>Latest posts</h3>\n<table border=\"1\">\n ");
- struct post *post;
- struct user *user;
-
while(post = getpost(stmt, 0)){
user = getuser(byid("users", post->user), 1);