libknot/lmdb: tiny fix in lmdb del()
Passing the data means to only delete the data that matches, which is not what we wanted to do here. The only luck has been that LMDB ignores this parameter when MDB_DUPSORT isn't in use, but for example the mdbx for does not.