Mercurial > hg
changeset 11689:1135e42f0049
inotify: remove unused variable
author | David Soria Parra <dsp@php.net> |
---|---|
date | Sat, 24 Jul 2010 22:15:22 +0200 |
parents | 419bd8f35050 |
children | 55b56b801c04 |
files | hgext/inotify/linux/_inotify.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/inotify/linux/_inotify.c Sun Jul 25 17:18:35 2010 -0500 +++ b/hgext/inotify/linux/_inotify.c Sat Jul 24 22:15:22 2010 +0200 @@ -343,7 +343,6 @@ { int cookie = evt->cookie == Py_None ? -1 : PyInt_AsLong(evt->cookie); PyObject *ret = NULL, *pymasks = NULL, *pymask = NULL; - char *maskstr; PyObject *tuple = NULL, *formatstr = NULL; pymasks = decode_mask(PyInt_AsLong(evt->mask));