##// END OF EJS Templates
inotify: remove unused variable
David Soria Parra -
r11689:1135e42f default
parent child Browse files
Show More
@@ -343,7 +343,6 b' static PyObject *event_repr(struct event'
343 {
343 {
344 int cookie = evt->cookie == Py_None ? -1 : PyInt_AsLong(evt->cookie);
344 int cookie = evt->cookie == Py_None ? -1 : PyInt_AsLong(evt->cookie);
345 PyObject *ret = NULL, *pymasks = NULL, *pymask = NULL;
345 PyObject *ret = NULL, *pymasks = NULL, *pymask = NULL;
346 char *maskstr;
347 PyObject *tuple = NULL, *formatstr = NULL;
346 PyObject *tuple = NULL, *formatstr = NULL;
348
347
349 pymasks = decode_mask(PyInt_AsLong(evt->mask));
348 pymasks = decode_mask(PyInt_AsLong(evt->mask));
General Comments 0
You need to be logged in to leave comments. Login now