diff options
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, |