mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Remove unused code.
This commit is contained in:
@@ -405,7 +405,7 @@ VimToPython(typval_T *our_tv, int depth, PyObject *lookupDict)
|
||||
#endif
|
||||
|
||||
static PyObject *
|
||||
VimEval(PyObject *self UNUSED, PyObject *args)
|
||||
VimEval(PyObject *self UNUSED, PyObject *args UNUSED)
|
||||
{
|
||||
#ifdef FEAT_EVAL
|
||||
char *expr;
|
||||
|
Reference in New Issue
Block a user