Skip to content

Commit

Permalink
Remove unimplemented method
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Mar 5, 2013
1 parent 0c2d8a9 commit 001a936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/json.c
Expand Up @@ -68,7 +68,6 @@ struct JsonOut
void property(const char *name, Type* type);
void property(const char *name, const char *deconame, Type* type);
void property(const char *name, Parameters* parameters);
void property(const char *name, Expressions* expressions);
void property(const char *name, enum TRUST trust);
void property(const char *name, enum PURE purity);
void property(const char *name, enum LINK linkage);
Expand Down

0 comments on commit 001a936

Please sign in to comment.