$OpenBSD: patch-freehdl_kernel-sig-info_hh,v 1.1 2017/06/03 14:25:16 espie Exp $ zap extra constructor that does not even compile with clang Index: freehdl/kernel-sig-info.hh --- freehdl/kernel-sig-info.hh.orig +++ freehdl/kernel-sig-info.hh @@ -164,10 +164,6 @@ templateclass sig_info : public sig_info_base type_info_interface *type, char attr, sig_info_base *base_sig, acl *aclp, vtime delay, void *sr) : sig_info_base(iname, n, sln, type, attr, base_sig, aclp, delay, sr) {}; - /* Constructor to instantiate a guard signal */ - sig_info(name_stack &iname, const char *n, const char *sln, - void *reader, void *sr) : - sig_info_base(iname, n, sln, reader, sr) {}; /* Constructor to instantiate an alias signal */ sig_info(name_stack &iname, const char *n, const char *sln, type_info_interface *ty, sig_info_base *aliased_sig,