From 3b21f946e483fef183f9244d1ebe9c7dd4b12d8b Mon Sep 17 00:00:00 2001
From: Adam Ierymenko <adam.ierymenko@gmail.com>
Date: Tue, 7 Nov 2017 16:18:48 -0800
Subject: [PATCH] Remove manual define of include rethinkdb driver symbol.

---
 controller/RethinkDB.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp
index 2d7ba58e9..c2050ab1b 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