From: Matthew Fernandez Date: Sat, 17 Apr 2021 23:19:08 +0000 (-0700) Subject: remove some commented out code X-Git-Tag: 2.47.2~49^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a10bbbdd227edb61d82a33137305a42de762113;p=graphviz remove some commented out code --- diff --git a/lib/ortho/fPQ.h b/lib/ortho/fPQ.h index 9c079a148..ae39455b0 100644 --- a/lib/ortho/fPQ.h +++ b/lib/ortho/fPQ.h @@ -11,7 +11,6 @@ /* Priority Queue Code for shortest path in graph */ #include -/* typedef snode** PQ; */ #define N_VAL(n) (n)->n_val #define N_IDX(n) (n)->n_idx