aboutsummaryrefslogtreecommitdiff
path: root/t/front.t
diff options
context:
space:
mode:
Diffstat (limited to 't/front.t')
-rw-r--r--t/front.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/front.t b/t/front.t
index 5f59c1c..5c88166 100644
--- a/t/front.t
+++ b/t/front.t
@@ -3,9 +3,6 @@
<h3>Latest posts</h3>
<table border="1">
<%
- struct post *post;
- struct user *user;
-
while(post = getpost(stmt, 0)){
user = getuser(byid("users", post->user), 1);
%>