PRINT: Remove unused function.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:40:37 +0000 (10:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:40:37 +0000 (10:40 -0700)
Reported by Clang.

src/language/data-io/print.c

index 7781a317b6a872fd2e15faf4062f7fad2f0ad1fa..0396df55b08cf24fa55e76dd0b6c998a3e7d6f4f 100644 (file)
@@ -75,12 +75,6 @@ struct prt_out_spec
     int width;                  /* Width of 'string', in display columns. */
   };
 
-static inline struct prt_out_spec *
-ll_to_prt_out_spec (struct ll *ll)
-{
-  return ll_data (ll, struct prt_out_spec, ll);
-}
-
 /* PRINT, PRINT EJECT, WRITE private data structure. */
 struct print_trns
   {