]> git.eshelyaron.com Git - emacs.git/commit
Fix unused lexical variable
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 2 Aug 2016 17:44:51 +0000 (19:44 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Tue, 2 Aug 2016 17:53:48 +0000 (19:53 +0200)
commitc441f5649871e7ba13bf0d4edb785105ce845efd
treefad3817e622a2f8fa20d6bb7bb5047aeb2bcd8a9
parentedd5dd80c83a11a6fc79c6e16622dea69ebecee5
Fix unused lexical variable

This fixes the following warning:

    In toplevel form:
    src/regex-tests.el:416:1:Warning: Unused lexical variable ‘newline’

* test/src/regex-tests.el (regex-tests-BOOST): Remove unused lexical
variable.
test/src/regex-tests.el