Make json_error_t transparent again
[jansson.git] / src / jansson_private.h
index 2d2af62..e9102ba 100644 (file)
@@ -63,11 +63,4 @@ typedef struct {
 
 const object_key_t *jsonp_object_iter_fullkey(void *iter);
 
-#define JSON_ERROR_MSG_LENGTH 160
-
-struct json_error_t {
-  char msg[JSON_ERROR_MSG_LENGTH];
-  int line;
-};
-
 #endif