diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-07 16:18:48 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-11-07 16:18:48 -0800 |
commit | 3b21f946e483fef183f9244d1ebe9c7dd4b12d8b (patch) | |
tree | 0d26c8f68a5364e15481296ff667923fdfbe74dc | |
parent | 9f85371073f488cde73d9ab7c840fc15ff54399d (diff) | |
download | infinitytier-3b21f946e483fef183f9244d1ebe9c7dd4b12d8b.tar.gz infinitytier-3b21f946e483fef183f9244d1ebe9c7dd4b12d8b.zip |
Remove manual define of include rethinkdb driver symbol.
-rw-r--r-- | controller/RethinkDB.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp index 2d7ba58e..c2050ab1 100644 --- a/controller/RethinkDB.hpp +++ b/controller/RethinkDB.hpp @@ -16,8 +16,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define ZT_CONTROLLER_USE_RETHINKDB - #ifdef ZT_CONTROLLER_USE_RETHINKDB #ifndef ZT_CONTROLLER_RETHINKDB_HPP |