Skip to content

Commit

Permalink
Merge pull request #1719 from yebblies/unimpprop
Browse files Browse the repository at this point in the history
Remove unimplemented method
  • Loading branch information
WalterBright committed Mar 5, 2013
2 parents ce3c4ec + 001a936 commit 0b5cdfb
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 0b5cdfb

Please sign in to comment.