do not ignore specs
diff --git a/skeletons/NativeInteger_oer.c b/skeletons/NativeInteger_oer.c
index 15560bd..3760828 100644
--- a/skeletons/NativeInteger_oer.c
+++ b/skeletons/NativeInteger_oer.c
@@ -20,7 +20,6 @@
     asn_oer_constraint_t *ct;
 
     (void)opt_codec_ctx;
-    (void)specs;
 
     if(!native) {
         native = (long *)(*nint_ptr = CALLOC(1, sizeof(*native)));