mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-20 06:50:51 -04:00
local-alloc: Remove duplicate definition of glnx_unref_object
The same `#define` exists both before and after `glnx_local_obj_unref()`. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -43,7 +43,6 @@ glnx_local_obj_unref (void *v)
|
||||
if (o)
|
||||
g_object_unref (o);
|
||||
}
|
||||
#define glnx_unref_object __attribute__ ((cleanup(glnx_local_obj_unref)))
|
||||
|
||||
/* Backwards-compat with older libglnx */
|
||||
#define glnx_steal_fd g_steal_fd
|
||||
|
||||
Reference in New Issue
Block a user