]> diplodocus.org Git - nmh/commitdiff
Removed redundant initialization of local variable tls.
authorDavid Levine <levinedl@acm.org>
Wed, 24 Apr 2019 22:46:51 +0000 (18:46 -0400)
committerDavid Levine <levinedl@acm.org>
Wed, 24 Apr 2019 22:46:51 +0000 (18:46 -0400)
Fix to commit ec173fd2c.  gcc noticed that it, in effect, it
was declared as an int but initialized the second time with
a bool value.


No differences found