Re: [Patch] httpd.h - delete unused field and enum

2020-07-21 Thread Theo de Raadt
Yeah, fine. Sebastian Benoit wrote: > Ross L Richardson(open...@rlr.id.au) on 2020.07.15 14:49:23 +1000: > > Field kv_type in struct kv is not used. As that's the only use of > > enum key_type, delete them both. > > This is probably because its a copy from relayd. > I dont think there is a rea

Re: [Patch] httpd.h - delete unused field and enum

2020-07-21 Thread Sebastian Benoit
Ross L Richardson(open...@rlr.id.au) on 2020.07.15 14:49:23 +1000: > Field kv_type in struct kv is not used. As that's the only use of > enum key_type, delete them both. This is probably because its a copy from relayd. I dont think there is a reason to keep it. i'd like to commit, anyone else to

[Patch] httpd.h - delete unused field and enum

2020-07-14 Thread Ross L Richardson
Field kv_type in struct kv is not used. As that's the only use of enum key_type, delete them both. Ross Index: httpd.h === RCS file: /cvs/src/usr.sbin/httpd/httpd.h,v retrieving revision 1.146 diff -u -p -r1.146 httpd.h --- httpd.h