[json-glib] path: Remove unused variable



commit 361e427316cc50b52e4b8f0a71a2b29d1a02ed36
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 21 12:08:44 2013 +0100

    path: Remove unused variable

 json-glib/json-path.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/json-path.c b/json-glib/json-path.c
index 6f83c90..ed36ac1 100644
--- a/json-glib/json-path.c
+++ b/json-glib/json-path.c
@@ -417,7 +417,7 @@ json_path_compile (JsonPath    *path,
 {
   const char *p, *end_p;
   PathNode *root = NULL;
-  GList *nodes, *l;
+  GList *nodes;
 
   p = expression;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]