]> git.eshelyaron.com Git - emacs.git/commit
Use eassume (false) for branch that's never taken.
authorPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 08:26:32 +0000 (10:26 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 08:26:32 +0000 (10:26 +0200)
commit74f54af2b9048cb1ea7a051c9efe079eaaeb4697
treeded3fa4174a1cf5f2b809e5404bd7abffd8fd6af
parentd9d9c32329cb17f96cb1690228b30702b5a4c772
Use eassume (false) for branch that's never taken.

* src/json.c (json_handle_nonlocal_exit): Use eassume (false) since
this branch is never taken.
src/json.c