aboutsummaryrefslogtreecommitdiff
path: root/t/post.tc
diff options
context:
space:
mode:
Diffstat (limited to 't/post.tc')
-rw-r--r--t/post.tc2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/post.tc b/t/post.tc
index 89298db..4453246 100644
--- a/t/post.tc
+++ b/t/post.tc
@@ -31,8 +31,6 @@ printf("</a>\n");
printf("\n<pre>\n");
printf("%s", post->text );
printf("\n</pre>\n");
-struct attachment *attachment;
-
if(attachment = getattachment(stmt, 0)){
printf("\n<h3>Attachments</h3>\n<table border=\"1\">\n ");