summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2021-09-09 17:25:10 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2021-09-09 17:25:10 -0700
commit5fbc99c94d65b7e3fc0212e9f1e49ae8907643fe (patch)
treebbbc618a8d5294a20fe55845904a09cf09a069e6 /src/theory/theory.h
parente6634f01004b01278dedcd39e20b233c8da95e3e (diff)
update
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index b49d838b4..ccda5fa77 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -440,11 +440,6 @@ class Theory : protected EnvObj
EFFORT_LAST_CALL = 200
}; /* enum Effort */
- static bool standardEffortOrMore(Effort e) { return e >= EFFORT_STANDARD; }
- static bool standardEffortOnly(Effort e)
- {
- return e >= EFFORT_STANDARD && e < EFFORT_FULL;
- }
static bool fullEffort(Effort e) { return e == EFFORT_FULL; }
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback