aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/libxl/libxl_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl_json.c b/tools/libxl/libxl_json.c
index 54186838d3..be6ad9693e 100644
--- a/tools/libxl/libxl_json.c
+++ b/tools/libxl/libxl_json.c
@@ -793,9 +793,9 @@ static const char *yajl_gen_status_to_string(yajl_gen_status s)
return "generation complete";
case yajl_gen_invalid_number:
return "invalid number";
+#if 0 /* This is in the docs but not implemented in the version I am running. */
case yajl_gen_no_buf:
return "no buffer";
-#if 0 /* This is in the docs but not implemented in the version I am running. */
case yajl_gen_invalid_string:
return "invalid string";
#endif