aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/per_opentype.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2012-03-02 03:54:57 -0800
committerLev Walkin <vlm@lionet.info>2012-03-02 03:54:57 -0800
commitb85507a1eb549df1959b43a38840d7d3e2c5294e (patch)
tree2c215863de3f97cb34d87f500779e939ab0c74b3 /skeletons/per_opentype.c
parente2c05bf2f5ad3222dede6abca2add32ec06adab3 (diff)
more compact indentation spec
Diffstat (limited to 'skeletons/per_opentype.c')
-rw-r--r--skeletons/per_opentype.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/skeletons/per_opentype.c b/skeletons/per_opentype.c
index a750fe80..03a31d2d 100644
--- a/skeletons/per_opentype.c
+++ b/skeletons/per_opentype.c
@@ -7,16 +7,6 @@
#include <constr_TYPE.h>
#include <per_opentype.h>
-/* Thread safety requires sacrifice in output indentation. */
-#ifndef ASN_DEBUG_INDENT_ADD
-#ifdef ASN_THREAD_SAFE
-#define ASN_DEBUG_INDENT_ADD(i) do{}while(0)
-#else /* !ASN_THREAD_SAFE */
-int asn_debug_indent;
-#define ASN_DEBUG_INDENT_ADD(i) do { asn_debug_indent += i; } while(0)
-#endif /* ASN_THREAD_SAFE */
-#endif /* ASN_DEBUG_INDENT_ADD */
-
typedef struct uper_ugot_key {
asn_per_data_t oldpd; /* Old per data source */
size_t unclaimed;