From 6fda3acbe67dd55b059de8ef93e731a83712db17 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 20 Jul 2017 13:46:42 -0400 Subject: [PATCH] Remove unused enum. --- advent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/advent.h b/advent.h index fc6ce94..36f0863 100644 --- a/advent.h +++ b/advent.h @@ -102,7 +102,6 @@ enum phase_codes { GO_CLEAROBJ, GO_CHECKHINT, GO_DIRECTION, - GO_LOOKUP, GO_WORD2, GO_SPECIALS, GO_UNKNOWN, -- 2.31.1