summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-common.c
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-05-29 17:54:45 +0530
committerXavi Hernandez <xhernandez@redhat.com>2019-05-30 07:35:21 +0000
commit002f4736cd470c20f427d8c25916abb4b95c9240 (patch)
treeb2968d6a7a3db6c9b74faa0a1e746351f0bf7736 /xlators/features/marker/src/marker-common.c
parent71caf1423fe5f0eed652210f8158c95fc8a10219 (diff)
marker: remove some unused functions
After basic analysis, found that these methods were not being used at all. updates: bz#1693692 Change-Id: If9cfa1ab189e6e7b56230c4e1d8e11f9694a9a65 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/features/marker/src/marker-common.c')
-rw-r--r--xlators/features/marker/src/marker-common.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/features/marker/src/marker-common.c b/xlators/features/marker/src/marker-common.c
index 4989efb13d6..9c9047005d6 100644
--- a/xlators/features/marker/src/marker-common.c
+++ b/xlators/features/marker/src/marker-common.c
@@ -55,10 +55,3 @@ unlock:
return ret;
}
-
-int
-marker_filter_quota_xattr(dict_t *dict, char *key, data_t *value, void *data)
-{
- dict_del(dict, key);
- return 0;
-}