]> granicus.if.org Git - graphviz/commitdiff
remove unnecessary execv prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 22:02:16 +0000 (15:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 19 Aug 2021 03:40:46 +0000 (20:40 -0700)
This is unused in Graphviz. Related to #1998.

lib/sfio/sfhdr.h

index d88c1ce8d2e08c2f550351832153d1a689c94586..edf555fcb95cdacb5aab73c0b5d212e760128453 100644 (file)
@@ -599,7 +599,6 @@ extern "C" {
     extern int access(const char *, int);
     extern uint sleep(uint);
     extern int execl(const char *, const char *, ...);
-    extern int execv(const char *, char **);
 
 #endif /*HAVE_UNISTD_H*/
 #endif /* _WIN32 */