From 4c3800f2b4eae2b48ab6153a7a16b557ed15cf7f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Aug 2021 17:15:11 +0200 Subject: [PATCH] removed sub_status -- unused in the current branchtester --- rulegen.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/rulegen.cpp b/rulegen.cpp index 091bdcfb..a1edfb76 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -719,7 +719,6 @@ struct treestate { int id; bool known; vector rules; - vector sub_status; // 1 if DIR_LEFT or DIR_RIGHT and connected to a child twalker giver; int sid; int parent_dir; @@ -1251,22 +1250,6 @@ void find_single_live_branch(twalker at) { } } -void find_sub_status() { - for(int id=0; id= 0 || ts.rules[im] == DIR_PARENT) - for(int i=0; i