]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unused wmemcpy definition.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 16 May 2011 03:38:55 +0000 (23:38 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 16 May 2011 03:38:55 +0000 (23:38 -0400)
SVN-Revision: 3337

libarchive/archive_entry.c

index 7474a33c98989e0223074f94cfa2d3c97bec6776..7bf03271b5503403ac8f45e14f4459c460934c19 100644 (file)
@@ -140,9 +140,6 @@ static size_t wcslen(const wchar_t *s)
 /* Good enough for simple equality testing, but not for sorting. */
 #define wmemcmp(a,b,i)  memcmp((a), (b), (i) * sizeof(wchar_t))
 #endif
-#ifndef HAVE_WMEMCPY
-#define wmemcpy(a,b,i)  (wchar_t *)memcpy((a), (b), (i) * sizeof(wchar_t))
-#endif
 
 /****************************************************************************
  *