aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.c')
-rw-r--r--manifest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest.c b/manifest.c
index 795e833..dbda6ef 100644
--- a/manifest.c
+++ b/manifest.c
@@ -25,7 +25,6 @@ struct manifest *
parse_manifest (const char *str)
{
json_object *json, *manifest;
- enum json_type type;
enum json_tokener_error jerr = json_tokener_success;
struct manifest *m;