From a737372032874dba4dcc4dcb45d20ba400b328f7 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Mon, 8 Jul 2013 15:47:46 -0400 Subject: Removed unused metadata key and do_rmdir func Change-Id: Ibcef5d817390a11d85cf125bb9addfbfded1b019 Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5301 Reviewed-by: Mohammed Junaid Reviewed-by: Peter Portante Tested-by: Peter Portante --- gluster/swift/common/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gluster/swift/common/utils.py') diff --git a/gluster/swift/common/utils.py b/gluster/swift/common/utils.py index c943777..40ede7e 100644 --- a/gluster/swift/common/utils.py +++ b/gluster/swift/common/utils.py @@ -49,7 +49,6 @@ ASYNCDIR = 'async_pending' # Keep in sync with swift.obj.server.ASYNCDIR FILE = 'file' FILE_TYPE = 'application/octet-stream' OBJECT = 'Object' -OBJECT_TYPE = 'application/octet-stream' DEFAULT_UID = -1 DEFAULT_GID = -1 PICKLE_PROTOCOL = 2 -- cgit