]> granicus.if.org Git - graphviz/commitdiff
remove unused SFIO Version
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Apr 2021 02:42:41 +0000 (19:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 19:51:10 +0000 (12:51 -0700)
lib/sfio/sfmode.c

index 8be94c38f519d36564c55cdc4832eaa41a57870b..51bc85383242e2644c3ebc3a0c0cd89a2502e30b 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef _WIN32
 #include <sys/wait.h>
 #endif
-static char *Version = "\n@(#)sfio (AT&T Labs - kpv) 2001-02-01\0\n";
 
 /*     Functions to set a given stream to some desired mode
 **
@@ -48,8 +47,6 @@ static void _sfcleanup(void)
     int n;
     int pool;
 
-    f = (Sfio_t *) Version;    /* shut compiler warning */
-
     /* set this so that no more buffering is allowed for write streams */
     _Sfexiting = 1001;