Skip to content

Commit

Permalink
Removed a non-existing field
Browse files Browse the repository at this point in the history
  • Loading branch information
shpala committed Mar 23, 2017
1 parent 067c38b commit 755c96a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rocksdb/_rocksdb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1066,12 +1066,6 @@ cdef class Options(object):
def __set__(self, value):
self.opts.bytes_per_sync = value

property verify_checksums_in_compaction:
def __get__(self):
return self.opts.verify_checksums_in_compaction
def __set__(self, value):
self.opts.verify_checksums_in_compaction = value

property compaction_style:
def __get__(self):
if self.opts.compaction_style == kCompactionStyleLevel:
Expand Down

0 comments on commit 755c96a

Please sign in to comment.