]> git.ipfire.org Git - thirdparty/git.git/commit
git-compat-util: drop mempcpy compat code
authorJeff King <peff@peff.net>
Mon, 22 Feb 2016 22:45:01 +0000 (17:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Feb 2016 22:51:09 +0000 (14:51 -0800)
commit7eb45b5f78e257a682ec825839b4b33e025a9615
treea29c5b4ed49c853a6e70f0d96b1effee81023cbc
parent7b35eaf8c50609ae4899dcde7fcaa1be0df657df
git-compat-util: drop mempcpy compat code

There are no callers of this left, as the last one was
dropped in the previous patch. And there are not likely to
be new ones, as the function has been around since 2010
without gaining any new callers.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h