Browse Source
Unnecessary struct 'json_object' declaration
Struct 'json_object' declaration in line 23 is redundant. Please delete it.
pull/789/head
Eibz-Chan
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
json_object_private.h
|
|
@@ -20,7 +20,6 @@ |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
|
|
|
|
struct json_object; |
|
|
|
#include "json_inttypes.h" |
|
|
|
#include "json_types.h" |
|
|
|
|
|
|
|