[prop] Remove unused #define in theory proxy (#7670)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Mon, 22 Nov 2021 18:37:44 +0000 (15:37 -0300)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 18:37:44 +0000 (18:37 +0000)
src/prop/theory_proxy.h

index decae3f2abfc2f08176ba021d6b33d479a614fb6..d4f8fb3a2df924f1f95636db1311352db0923806 100644 (file)
 #ifndef CVC5__PROP__SAT_H
 #define CVC5__PROP__SAT_H
 
-// Just defining this for now, since there's no other SAT solver bindings.
-// Optional blocks below will be unconditionally included
-#define CVC5_USE_MINISAT
-
 #include <unordered_set>
 
 #include "context/cdqueue.h"