10000 fix merge · Z80coder/datalog-cpp@ae011d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae011d9

Browse files
committed
fix merge
1 parent 85d95da commit ae011d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Datalog.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ static void unbind(Variable<T>* t) {
6868
template <typename T>
6969
static void unbind(const T& t) {}
7070

71-
template <typename T>
72-
static void unbind(Variable<T>* t) {
73-
t->unbind();
74-
}
75-
7671
template <typename... Ts>
7772
static void unbind(const tuple<Ts...> &tuple)
7873
{

0 commit comments

Comments
 (0)
0