library: eliminate unused 'FUNCTION' in private header
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
0745bcdab6
commit
bc55757231
@ -18,7 +18,6 @@
|
||||
#ifndef PROCPS_PRIVATE_H
|
||||
#define PROCPS_PRIVATE_H
|
||||
|
||||
#define FUNCTION __attribute__((__const__)) // no access to global mem, even via ptr, and no side effect
|
||||
#define PROCPS_EXPORT __attribute__ ((visibility("default")))
|
||||
|
||||
#define STRINGIFY_ARG(a) #a
|
||||
|
Loading…
Reference in New Issue
Block a user