From df91488dbe22814f8538bab23d97aa10b0541616 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 28 Dec 2020 11:53:26 +0000 Subject: Remove unused helper function --- icespider/core/util.h | 10 ---------- 1 file changed, 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 -T -orelse(const T & a, const T & b) -{ - if (a) { - return a; - } - return b; -} - template struct type_names { static constexpr auto pf() -- cgit v1.2.3