changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: fix duplicate rocksdb-write export

changeset 602: 111d0cfc5da1
parent 601: 474516f7124e
child 603: 6e5be24bf789
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 16 Aug 2024 21:23:35 -0400
files: lisp/ffi/rocksdb/db.lisp
description: fix duplicate rocksdb-write export
     1.1--- a/lisp/ffi/rocksdb/db.lisp	Fri Aug 16 21:22:00 2024 -0400
     1.2+++ b/lisp/ffi/rocksdb/db.lisp	Fri Aug 16 21:23:35 2024 -0400
     1.3@@ -75,12 +75,6 @@
     1.4   (val (* unsigned-char))
     1.5   (vallen size-t))
     1.6 
     1.7-(def-with-errptr rocksdb-write 
     1.8-  void
     1.9-  (db (* rocksdb))
    1.10-  (opt (* rocksdb-writeoptions))
    1.11-  (batch (* rocksdb-writebatch)))
    1.12-
    1.13 (def-with-errptr rocksdb-get-cf 
    1.14   (* unsigned-char)
    1.15   (db (* rocksdb))