]> granicus.if.org Git - vim/commit
patch 8.0.0241: fallback implementation of mch_memmove is unused v8.0.0241
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Jan 2017 20:36:34 +0000 (21:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Jan 2017 20:36:34 +0000 (21:36 +0100)
commit52c0de1de196120976fef82cbbaaeafbedd9c62f
tree65c1c343ccaa03c1674fde48c9bde5fc069690f1
parent4f7090b93d9b2c2e1724466a2e069e97a5e91808
patch 8.0.0241: fallback implementation of mch_memmove is unused

Problem:    Vim defines a mch_memmove() function but it doesn't work, thus is
            always unused.
Solution:   Remove the mch_memmove implementation. (suggested by Dominique
            Pelle)
src/misc2.c
src/os_unix.h
src/version.c
src/vim.h