]> granicus.if.org Git - graphviz/commitdiff
remove unused exstrdup
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Jul 2021 00:41:51 +0000 (17:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 22:13:34 +0000 (15:13 -0700)
lib/expr/expr.h

index 2d6d08666d4c2ed025f5a044f3d51b3fb76f4c17..21e723f53e251ef6fd59907b1bc7ad152538cbcd 100644 (file)
@@ -88,7 +88,6 @@ extern "C" {
 
 #define exalloc(p,n)           exnewof(p,0,char,n,0)
 #define exnewof(p,o,t,n,x)     vmnewof((p)->vm,o,t,n,x)
-#define exstrdup(p,s)          vmstrdup((p)->vm,s)
 
 #if LONG_MAX > INT_MAX
 typedef int Exshort_t;