aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bligh <alex@alex.org.uk>2013-02-19 15:25:13 +0000
committerAlex Bligh <alex@alex.org.uk>2013-02-19 15:25:13 +0000
commitbfdb59bd58b617f0ffc3ea2616b60936dee6fa1b (patch)
treef3a4ab267be985f4783ac15be6f7630ecbeea03f
parent8228e758cf7cd970eabee5cf097df213b9ce3a20 (diff)
downloadxen-bfdb59bd58b617f0ffc3ea2616b60936dee6fa1b.tar.gz
xen-bfdb59bd58b617f0ffc3ea2616b60936dee6fa1b.tar.bz2
xen-bfdb59bd58b617f0ffc3ea2616b60936dee6fa1b.zip
libxl_json: Remove JSON_ERROR from enum.
This value from libxl__json_node_type is never used. Backported from xen-unstable patch: : HG changeset patch : User Anthony PERARD <anthony.perard@citrix.com> : Date 1349693130 -3600 : Node ID 4a6d5d8cba4fc44f9bbda201188885868604b8e8 : Parent c9b80c7f8db1a5d26906a2298c481bf7e87fda94 Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
-rw-r--r--tools/libxl/libxl_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index 2959527635..5b285d488b 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1428,7 +1428,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,