Remove unused `Backtracker` (#7115)
authorAndres Noetzli <andres.noetzli@gmail.com>
Thu, 2 Sep 2021 12:26:28 +0000 (05:26 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 12:26:28 +0000 (12:26 +0000)
commitef80ba053b022ec624ee93a29a4dbc674226b3d4
tree2434638b300b218789abeced720c8f31f5e733d6
parentb11a6d57ded753885e272ce69612ff15a591c592
Remove unused `Backtracker` (#7115)

backtrackable.h was defining a datastructure Backtracker, which was
a member in ArrayInfo and Info but it was not doing anything.
src/context/CMakeLists.txt
src/context/backtrackable.h [deleted file]
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h