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
parent
commit
9f82fd923e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      json_object_private.h

+ 0
- 1
json_object_private.h View File

@@ -20,7 +20,6 @@
extern "C" {
#endif

struct json_object;
#include "json_inttypes.h"
#include "json_types.h"



Loading…
Cancel
Save