diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-14 15:08:31 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-14 15:09:19 +0200 |
commit | b5ceb3cca02bd46d2a6296631fe607b3edd38e17 (patch) | |
tree | 27bf59f5c7a3663036e0a364033ebc1b87490aa5 /ctl-lib/ctl-plugin.h | |
parent | 0ff8c30892be48ecba1265276532f94b242f6289 (diff) |
Format
Change-Id: Ied901f39cd6814e5afd9811248b0a1fb401f3e76
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.h')
-rw-r--r-- | ctl-lib/ctl-plugin.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h index 85d9788..a2bd071 100644 --- a/ctl-lib/ctl-plugin.h +++ b/ctl-lib/ctl-plugin.h @@ -149,14 +149,6 @@ extern "C" { #define CTL_PLUGIN_MAGIC 852369147 #endif -#ifndef PUBLIC - #define PUBLIC -#endif - -#ifndef STATIC - #define STATIC static -#endif - #ifndef UNUSED_ARG #define UNUSED_ARG(x) UNUSED_ ## x __attribute__((__unused__)) #define UNUSED_FUNCTION(x) __attribute__((__unused__)) UNUSED_ ## x |