diff options
Diffstat (limited to 'xlators/bindings')
-rw-r--r-- | xlators/bindings/python/src/python.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/bindings/python/src/python.c b/xlators/bindings/python/src/python.c index 7f32d7f29..c11323cda 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) { |