Revert "API: Cleanup APIs interface.api"
[vpp.git] / src / vpp-api / vapi / vapi_json_parser.py
index fda3f75..2c08b90 100644 (file)
@@ -298,7 +298,7 @@ class JsonParser(object):
             x: simple_type_class(x) for x in [
                 'i8', 'i16', 'i32', 'i64',
                 'u8', 'u16', 'u32', 'u64',
-                'f64', 'bool'
+                'f64'
             ]
         }