소스 검색

Remove manual define of include rethinkdb driver symbol.

Adam Ierymenko 8 년 전
부모
커밋
3b21f946e4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      controller/RethinkDB.hpp

+ 0 - 2
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