From fcb6869f21ef401ddd7b47b11a7c3f8e89f89877 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 23 Jan 2014 16:55:18 -0600 Subject: [PATCH] metadata.py: remove obsolete comments. Signed-off-by: Rob Browning --- lib/bup/metadata.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/bup/metadata.py b/lib/bup/metadata.py index 8c20694..369c279 100644 --- a/lib/bup/metadata.py +++ b/lib/bup/metadata.py @@ -58,7 +58,6 @@ except ImportError: # FIXME: Add nfsv4 acl handling - see nfs4-acl-tools. # FIXME: Consider other entries mentioned in stat(2) (S_IFDOOR, etc.). # FIXME: Consider pack('vvvvsss', ...) optimization. -# FIXME: Consider caching users/groups. ## FS notes: # @@ -372,9 +371,6 @@ class Metadata: else: raise - # Implement tar/rsync-like semantics; see bup-restore(1). - # FIXME: should we consider caching user/group name <-> id - # mappings, getgroups(), etc.? uid = gid = -1 # By default, do nothing. if is_superuser(): uid = self.uid -- 2.39.2