Skip to content

Commit

Permalink
Fix for GDC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Sicard committed Nov 5, 2016
1 parent fab4436 commit d35ea6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/d2sqlite3.d
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ private:
ptrFree(traceCallback);
ptrFree(profileCallback);
}

@disable this(this);
@disable void opAssign(Payload);
}

RefCounted!(Payload, RefCountedAutoInitialize.no) p;
Expand Down Expand Up @@ -1368,9 +1365,6 @@ private:

handle = null;
}

@disable this(this);
@disable void opAssign(Payload);
}
RefCounted!(Payload, RefCountedAutoInitialize.no) p;

Expand Down

0 comments on commit d35ea6b

Please sign in to comment.