]> granicus.if.org Git - graphviz/commitdiff
remove legacy RBTree comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Jul 2020 20:28:07 +0000 (13:28 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 Aug 2020 16:59:07 +0000 (09:59 -0700)
The assertions depending on this macro were refactored in
40ef32e7c7adca0a1217135d8d3b1c582e75787e.

lib/rbtree/red_black_tree.h

index 2496f542cf95302d29d26529819e580e840430a3..1f2fe1df8056a145397de1beb618fc92f25ccc0f 100644 (file)
@@ -30,10 +30,6 @@ extern "C" {
 /*                names beginning with "g".  An example of a global */
 /*                variable name is gNewtonsConstant. */
 
-/* comment out the line below to remove all the debugging assertion */
-/* checks from the compiled code.  */
-/* #define DEBUG_ASSERT 1 */
-
 typedef struct rb_red_blk_node {
   void* key;
   void* info;