From e37eb0aa542ef8aee8532c5bfdde7f09ed343a28 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 21 Mar 2019 16:42:52 -0700 Subject: More cleanup of old stuff no longer used. --- ext/librethinkdbxx/src/json_p.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ext/librethinkdbxx/src/json_p.h (limited to 'ext/librethinkdbxx/src/json_p.h') diff --git a/ext/librethinkdbxx/src/json_p.h b/ext/librethinkdbxx/src/json_p.h deleted file mode 100644 index ebf537a9..00000000 --- a/ext/librethinkdbxx/src/json_p.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include "datum.h" - -namespace rapidjson { - class CrtAllocator; - template struct UTF8; - template class GenericValue; - template class MemoryPoolAllocator; - typedef GenericValue, MemoryPoolAllocator > Value; -} - -namespace RethinkDB { - -Datum read_datum(const std::string&); -Datum read_datum(const rapidjson::Value &json); -std::string write_datum(const Datum&); - -} -- cgit v1.2.3