Nix unchecked which has no semantics for objects.

This commit is contained in:
Charles Blake
2015-08-02 05:28:21 -04:00
parent 970cfec6c2
commit fc54fbfb98

View File

@@ -245,7 +245,7 @@ proc close*(f: var MemFile) =
if error: raiseOSError(lastErr)
type MemSlice* {.unchecked.} = object
type MemSlice* = object
data*: pointer
size*: int