class FDB::DirectoryLayer

def remove_from_parent(tr, path)

def remove_from_parent(tr, path)
  parent = find(tr, path[0...-1])
  tr.clear(parent.subspace[@@SUBDIRS][path[-1]])
end