mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-30 07:00:25 +01:00
kqueue: remove unused variable
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66035
This commit is contained in:
parent
eec093bbdb
commit
23fa534a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ bus_set_watched_dirs (BusContext *context, DBusList **directories)
|
|||
int new_fds[MAX_DIRS_TO_WATCH];
|
||||
char *new_dirs[MAX_DIRS_TO_WATCH];
|
||||
DBusList *link;
|
||||
int i, j, f, fd;
|
||||
int i, j, fd;
|
||||
struct kevent ev;
|
||||
|
||||
if (!_init_kqueue (context))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue