Remove unused IRI variable in main sample code
[cascardo/atompub.git] / src / main.c
index 659f86a..da3cae3 100644 (file)
@@ -32,7 +32,6 @@ int
 main (int argc, char **argv)
 {
   AtomCtx *ctx;
-  IRI *iri;
   AtomError *error;
   g_type_init ();
   ctx = atom_ctx_new ();