]> granicus.if.org Git - graphviz/commitdiff
remove POOLMTXRETURN()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 20:52:01 +0000 (13:52 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
lib/sfio/sfhdr.h
lib/sfio/sfmode.c

index f05fca9b1b2fa5689d2f129282ff8d8ce5f42088..f697e21b1b688ae5e7b1c0151eff605fca0ac67f 100644 (file)
@@ -88,8 +88,6 @@ extern "C" {
 #define SFMTXSTART(f,v)                { if(!f) return(v); }
 #define SFMTXRETURN(f,v)       { return(v); }
 
-#define POOLMTXRETURN(p,v)     { return(v); }
-
 /* to test for executable access mode of a file */
 #ifndef X_OK
 #define X_OK   01
index 1a997fee9c6bfbbd6cd876fc110a5b6dc4cf004a..b90c193f7346865aa532769b3d515c231596b1a9 100644 (file)
@@ -126,7 +126,7 @@ int _sfsetpool(Sfio_t * f)
     rv = 0;
 
   done:
-    POOLMTXRETURN(p, rv);
+    return rv;
 }
 
 /* create an auxiliary buffer for sfputr */