commit | 09092155a66388bbd7be8d16debb35abfcfae700 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 16:38:42 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 16:38:42 2010 +0200 |
tree | 4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 | |
parent | 83687a72155c70c062c689a9c545b5cdf5ebd0b4 [diff] [blame] |
Remove unused code.
diff --git a/src/if_py_both.h b/src/if_py_both.h index 8a2e32b..10c6148 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h
@@ -405,7 +405,7 @@ #endif static PyObject * -VimEval(PyObject *self UNUSED, PyObject *args) +VimEval(PyObject *self UNUSED, PyObject *args UNUSED) { #ifdef FEAT_EVAL char *expr;