# HG changeset patch # User David Soria Parra # Date 1280002522 -7200 # Node ID b5f61da929c8fab29b69d4acbb75d4829af3c72d # Parent a2f11188e2d2a05ad4057f3f3139e4119c7e1e3c inotify: remove unused variable diff -r a2f11188e2d2 -r b5f61da929c8 hgext/inotify/linux/_inotify.c --- 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));