diff options
Diffstat (limited to 'src/go/unit/nxt_go_array.c')
-rw-r--r-- | src/go/unit/nxt_go_array.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/go/unit/nxt_go_array.c b/src/go/unit/nxt_go_array.c index f409cb10..fea97faf 100644 --- a/src/go/unit/nxt_go_array.c +++ b/src/go/unit/nxt_go_array.c @@ -4,8 +4,6 @@ * Copyright (C) NGINX, Inc. */ -#ifndef NXT_CONFIGURE - #include <stdint.h> #include <sys/types.h> @@ -62,5 +60,3 @@ nxt_go_array_add(nxt_array_t *array) return p; } - -#endif /* NXT_CONFIGURE */ |