Print this page
de-linting of .s files

@@ -24,16 +24,10 @@
  * Copyright 2019 Joyent, Inc.
  */
 
 #include <sys/asm_linkage.h>
 
-#if defined(__lint)
-
-char stubs_base[1], stubs_end[1];
-
-#else   /* __lint */
-
 #include "assym.h"
 
 /*
  * !!!!!!!! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! !!!!!!!!
  *

@@ -1303,6 +1297,5 @@
  */
 
         ENTRY_NP(stubs_end)
         nop
 
-#endif  /* lint */