Browse Source

MT#55283 remove obsolete macro

Change-Id: I3f05d02fe9475e0689a70725dc659b599a1ac904
pull/1776/head
Richard Fuchs 2 years ago
parent
commit
a40557eb03
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      lib/auxlib.h

+ 0
- 3
lib/auxlib.h View File

@ -78,9 +78,6 @@ int num_cpu_cores(int);
#define UINT64F "%" G_GUINT64_FORMAT
#define AUTO_CLEANUP(decl, func) decl __attribute__ ((__cleanup__(func)))
#define AUTO_CLEANUP_INIT(decl, func, val) AUTO_CLEANUP(decl, func) = val
#define AUTO_CLEANUP_NULL(decl, func) AUTO_CLEANUP_INIT(decl, func, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(char, g_free)
typedef char *char_p;
G_DEFINE_AUTOPTR_CLEANUP_FUNC(char_p, g_strfreev)


Loading…
Cancel
Save