aboutsummaryrefslogtreecommitdiffstats
path: root/common/atomic.c
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-12 19:21:00 +0100
committerSven Gothel <[email protected]>2019-12-12 19:21:00 +0100
commit4df06c6894b39af5bf4681c0acf0c1c080084c80 (patch)
tree2505eb6e3b5798db34033c4cac2d4613bf6bda44 /common/atomic.c
parent8915501ed02eac2b3bce9a7fc06cb1ab562901c3 (diff)
parentc0cf323e1d56ce605e90927324d2fdafcfbb564a (diff)
merge v1.20.0
Diffstat (limited to 'common/atomic.c')
-rw-r--r--common/atomic.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/atomic.c b/common/atomic.c
deleted file mode 100644
index 7a8fe6d8..00000000
--- a/common/atomic.c
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#include "config.h"
-
-#include "atomic.h"
-
-
-extern inline void InitRef(RefCount *ptr, uint value);
-extern inline uint ReadRef(RefCount *ptr);
-extern inline uint IncrementRef(RefCount *ptr);
-extern inline uint DecrementRef(RefCount *ptr);