summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-03-29 19:38:42 +0000
committerTim King <taking@cs.nyu.edu>2012-03-29 19:38:42 +0000
commitaf9a90a1b3df29f7955d255aff1fd26e9957018d (patch)
tree601dfb10409903d5be3a16a6d0760bc438096d03 /src/prop/bvminisat
parent6ba22cdd0e38f9811daefd2aee8218b8b8cf9e0e (diff)
Fixes a linking problem with the new SatSolverConstructor on Mac.
Diffstat (limited to 'src/prop/bvminisat')
-rw-r--r--src/prop/bvminisat/bvminisat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h
index d192b34b7..4ca1164c0 100644
--- a/src/prop/bvminisat/bvminisat.h
+++ b/src/prop/bvminisat/bvminisat.h
@@ -79,8 +79,6 @@ public:
Statistics d_statistics;
};
-template class SatSolverConstructor<BVMinisatSatSolver>;
-
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback