summaryrefslogtreecommitdiff
path: root/camel/providers/nntp/test-newsrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/nntp/test-newsrc.c')
-rw-r--r--camel/providers/nntp/test-newsrc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/camel/providers/nntp/test-newsrc.c b/camel/providers/nntp/test-newsrc.c
deleted file mode 100644
index c4b985e56..000000000
--- a/camel/providers/nntp/test-newsrc.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <glib.h>
-#include "camel-nntp-newsrc.h"
-
-int
-main(int argc, char *argv[])
-{
- CamelNNTPNewsrc *newsrc = camel_nntp_newsrc_read_for_server (argv[1]);
- camel_nntp_newsrc_write_to_file (newsrc, stdout);
-}