summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icespider/core/util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/icespider/core/util.h b/icespider/core/util.h
index cb4f42a..39601a9 100644
--- a/icespider/core/util.h
+++ b/icespider/core/util.h
@@ -49,16 +49,6 @@ namespace std {
}
}
-template<typename T>
-T
-orelse(const T & a, const T & b)
-{
- if (a) {
- return a;
- }
- return b;
-}
-
template<typename T> struct type_names {
static constexpr auto
pf()