]> granicus.if.org Git - graphviz/commitdiff
remove unused ABS definition
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 26 Aug 2020 00:08:57 +0000 (17:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Sep 2020 00:11:57 +0000 (17:11 -0700)
lib/pathplan/route.c

index 8aeef35fdc0704f95691a83716795d0a1acef4ab..5a35710e6b4cf60b0ce1f6798069a32c337a4854 100644 (file)
@@ -23,8 +23,6 @@
 #define EPSILON1 1E-3
 #define EPSILON2 1E-6
 
-#define ABS(a) ((a) >= 0 ? (a) : -(a))
-
 typedef struct tna_t {
     double t;
     Ppoint_t a[2];