diff src/parallel_execution/context.h @ 454:77de0283ac92

Debug RedBlackTree.cbc.
author ryokka
date Mon, 11 Dec 2017 20:01:05 +0900
parents 1432d924c472
children 57c715bd6283
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Fri Dec 08 15:32:14 2017 +0900
+++ b/src/parallel_execution/context.h	Mon Dec 11 20:01:05 2017 +0900
@@ -281,7 +281,6 @@
         struct Node* parent;
         struct Node* grandparent;
         struct Stack* nodeStack;
-        enum Code* put;
         int result;
     } RedBlackTree;
     struct RotateTree {
@@ -298,6 +297,7 @@
         enum Color {
             Red,
             Black,
+            // Red eq 0,Black eq 1. enum name convert intager.
         } color;
     } Node;
     struct Atomic {