From: Matthew Fernandez Date: Sat, 19 Sep 2020 00:43:56 +0000 (-0700) Subject: remove unused 'cast' X-Git-Tag: 2.46.0~20^2^2~67^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fa6dcff39319f3afbcaa6466880009abeb5b103;p=graphviz remove unused 'cast' --- diff --git a/lib/expr/exlib.h b/lib/expr/exlib.h index f4eceed4c..776f7a417 100644 --- a/lib/expr/exlib.h +++ b/lib/expr/exlib.h @@ -132,7 +132,6 @@ typedef struct Print_s /* compiled printf arg node */ #include #include -#define cast excast #define id_string (&exbuiltin[0]) #define exunlex(p,c) ((p)->linep--,(p)->input->peek=(c))