From: Matthew Fernandez Date: Sun, 6 Jun 2021 02:02:29 +0000 (-0700) Subject: remove unused NEQ X-Git-Tag: 2.47.3~9^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d8846a7cc90fc755ac923933bfbf9f08c1929af;p=graphviz remove unused NEQ --- diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index dcb27c644..7e5f36acd 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -26,7 +26,6 @@ extern "C" { typedef COORD **array2; #define EQ(p,q) ((p.x == q.x) && (p.y == q.y)) -#define NEQ(p,q) (!EQ(p,q)) #define NIL(p) ((p)0) struct vconfig_s {