projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb78a97
)
libxl_json: Remove JSON_ERROR from enum.
author
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 8 Oct 2012 10:45:30 +0000
(11:45 +0100)
committer
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 8 Oct 2012 10:45:30 +0000
(11:45 +0100)
This value from libxl__json_node_type is never used.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_internal.h
b/tools/libxl/libxl_internal.h
index cdf5300e11381110e6a0408e0b17df3325ce4d4c..6977a6da173204821ea63f2b0771d06834dca021 100644
(file)
--- a/
tools/libxl/libxl_internal.h
+++ b/
tools/libxl/libxl_internal.h
@@
-1432,7
+1432,6
@@
_hidden yajl_gen_status libxl__yajl_gen_asciiz(yajl_gen hand, const char *str);
_hidden yajl_gen_status libxl__yajl_gen_enum(yajl_gen hand, const char *str);
typedef enum {
- JSON_ERROR,
JSON_NULL,
JSON_TRUE,
JSON_FALSE,