Re: [tor-dev] #if 0 unused functions?

2015-03-22 Thread Nick Mathewson
On Sun, Mar 22, 2015 at 12:12 AM, Sebastian Hahn wrote: > Hi there, > > we have some functions which we never call anywhere. In many cases, it > appears we shouldn't delete them from the source because they "belong" > there - the thing I initially stumbled across was > ed25519_seckey_write_to_file

Re: [tor-dev] #if 0 unused functions?

2015-03-22 Thread Sebastian Hahn
Hi teor, > On 22 Mar 2015, at 14:41, teor wrote: >> Date: Sun, 22 Mar 2015 05:12:03 +0100 >> From: Sebastian Hahn >> To: tor-dev@lists.torproject.org >> >> Hi there, >> >> we have some functions which we never call anywhere. In many cases, it >> appears we shouldn't delete them from the source

Re: [tor-dev] #if 0 unused functions?

2015-03-22 Thread teor
> Date: Sun, 22 Mar 2015 05:12:03 +0100 > From: Sebastian Hahn > To: tor-dev@lists.torproject.org > > Hi there, > > we have some functions which we never call anywhere. In many cases, it > appears we shouldn't delete them from the source because they "belong" > there - the thing I initially stu