diff options
author | David Robillard <d@drobilla.net> | 2018-02-04 12:09:42 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-02-04 12:10:25 +0100 |
commit | 930b2bd2fb6e8739e71ad2c503087ae675ffe194 (patch) | |
tree | 9cd87819d32e00b13e25a09db62dd9c915f070ca /src/writer.c | |
parent | a8e18669390fb852a55c443f71968af92f7efd6d (diff) | |
download | serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.gz serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.tar.bz2 serd-930b2bd2fb6e8739e71ad2c503087ae675ffe194.zip |
Factor out syntax-specific reader implementation
Diffstat (limited to 'src/writer.c')
-rw-r--r-- | src/writer.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/writer.c b/src/writer.c index 3051232d..58cf17ee 100644 --- a/src/writer.c +++ b/src/writer.c @@ -104,14 +104,6 @@ typedef enum { WRITE_LONG_STRING } TextContext; -typedef enum { - FIELD_NONE, - FIELD_SUBJECT, - FIELD_PREDICATE, - FIELD_OBJECT, - FIELD_GRAPH -} Field; - static bool write_node(SerdWriter* writer, const SerdNode* node, |