]> granicus.if.org Git - graphviz/commitdiff
Remove three unused checks from features/sfio
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 9 Jan 2017 00:10:34 +0000 (01:10 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 17 Jan 2017 18:14:55 +0000 (19:14 +0100)
The result of the following checks is never used, so they can be removed:
- qfrexp
- qldexp
- memalign

lib/sfio/features/sfio

index 16e8c7756e000685315e62c29eedaacf4b28e72d..1844ecaf70312f8c8986f7d6a9620693e5c78d67 100644 (file)
@@ -6,9 +6,6 @@
 # Converted to sfio v10/01/94 by Giampiero Sierra (06/08/95).
 ##################################################################
 
-lib qfrexp
-lib qldexp
-
 hdr unistd
 
 lib ftruncate
@@ -40,7 +37,6 @@ lib bcopy
 lib bzero
 lib memcpy
 lib memset
-lib memalign
 
 lib memchr note{ see if memchr is fast }end execute{
        #include        <sys/types.h>