]> granicus.if.org Git - graphviz/commitdiff
remove some commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:19:08 +0000 (16:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 01:35:43 +0000 (18:35 -0700)
lib/ortho/fPQ.h

index 9c079a1481ac7fa96c361775bc60a50065f93d6d..ae39455b0778f02270c9c62c3e3c8ba98daf5453 100644 (file)
@@ -11,7 +11,6 @@
 /* Priority Queue Code for shortest path in graph */
 
 #include <ortho/sgraph.h>
-/* typedef snode** PQ; */
 
 #define N_VAL(n) (n)->n_val
 #define N_IDX(n) (n)->n_idx