From 504341dfbafdcd858704350162bb7e233cf6daf2 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Sep 2013 10:01:47 +0000 Subject: remove dump and yaml from libgu --- src/runtime/c/gu/dump.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/runtime/c/gu/dump.h (limited to 'src/runtime/c/gu/dump.h') diff --git a/src/runtime/c/gu/dump.h b/src/runtime/c/gu/dump.h deleted file mode 100644 index 7d6f10a77..000000000 --- a/src/runtime/c/gu/dump.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef GU_DUMP_H_ -#define GU_DUMP_H_ - -#include -#include -#include -#include - -typedef struct GuDump GuDump; - -struct GuDump { - GuPool* pool; - GuYaml* yaml; - GuMap* data; - GuTypeMap* dumpers; - bool print_address; -}; - -typedef void (*GuDumpFn)(GuFn* self, GuType* type, const void* value, GuDump* ctx); - -GuDump* -gu_new_dump(GuWriter* wtr, GuTypeTable* dumpers, GuExn* err, GuPool* pool); - -void -gu_dump(GuType* type, const void* value, GuDump* ctx); - -void -gu_dump_stderr(GuType* type, const void* value, GuExn* err); - -extern GuTypeTable -gu_dump_table; - - -#endif // GU_DUMP_H_ -- cgit v1.2.3