From 9d9bbdce5d0b16d3e615837d5777bab7e71ce25b Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Date: Mon, 16 Mar 2020 20:32:46 +0000 Subject: Further clean up `passes/cmds/select.cc`. Co-Authored-By: Eddie Hung --- kernel/rtlil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel/rtlil.h') diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 10c4c3b5b..58c5d9674 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -560,7 +560,6 @@ namespace RTLIL ObjRange(decltype(list_p) list_p, int *refcount_p) : list_p(list_p), refcount_p(refcount_p) { } RTLIL::ObjIterator begin() { return RTLIL::ObjIterator(list_p, refcount_p); } RTLIL::ObjIterator end() { return RTLIL::ObjIterator(); } - bool contains(const RTLIL::IdString &what) { return (list_p->count(what) > 0); } size_t size() const { return list_p->size(); -- cgit v1.2.3