remove bad redefinition of sexp_context_gc_count (issue #632)

This commit is contained in:
Alex Shinn 2020-05-12 10:39:27 +09:00
parent 610b6964ce
commit 89201a4e20

View file

@ -1316,7 +1316,6 @@ enum sexp_uniform_vector_type {
#if SEXP_USE_TIME_GC #if SEXP_USE_TIME_GC
#define sexp_context_gc_usecs(x) (sexp_field(x, context, SEXP_CONTEXT, gc_usecs)) #define sexp_context_gc_usecs(x) (sexp_field(x, context, SEXP_CONTEXT, gc_usecs))
#else #else
#define sexp_context_gc_count(x) 0
#define sexp_context_gc_usecs(x) 0 #define sexp_context_gc_usecs(x) 0
#endif #endif
#if SEXP_USE_TRACK_ALLOC_TIMES #if SEXP_USE_TRACK_ALLOC_TIMES