summaryrefslogtreecommitdiffstats
path: root/xlators/bindings/python/src/python.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/bindings/python/src/python.c')
-rw-r--r--xlators/bindings/python/src/python.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/bindings/python/src/python.c b/xlators/bindings/python/src/python.c
index 7f32d7f2997..c11323cda4f 100644
--- a/xlators/bindings/python/src/python.c
+++ b/xlators/bindings/python/src/python.c
@@ -77,9 +77,6 @@ struct xlator_fops fops = {
.writev = python_writev
};
-struct xlator_mops mops = {
-};
-
static PyObject *
AnonModule_FromFile (const char* fname)
{