diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m deleted file mode 100644 index e4de748b..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m +++ /dev/null @@ -1,11 +0,0 @@ -- (void) unobserveAllKeyPaths { -@synchronized(self){ -} -} -#if 1 -#define SYNCHRONIZED_BEGIN(x) @synchronized(x) { -#define SYNCHRONIZED_END } -#else -#define SYNCHRONIZED_BEGIN(x) -#define SYNCHRONIZED_END -#endif |