From f9c78551437bace4404cafdde632af947309161c Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 3 Jun 2010 07:12:51 +0000 Subject: Minor strcpy_insitu optimization for large strings, removed now redundant impl::strcpy git-svn-id: http://pugixml.googlecode.com/svn/trunk@502 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixpath.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pugixpath.cpp') diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp index 77d1e71..8e35478 100644 --- a/src/pugixpath.cpp +++ b/src/pugixpath.cpp @@ -52,8 +52,6 @@ namespace pugi { namespace impl { - size_t strlen(const char_t* s); - void strcpy(char_t* dst, const char_t* src); bool strequalrange(const char_t* lhs, const char_t* rhs, size_t count); void widen_ascii(wchar_t* dest, const char* source); } -- cgit v1.2.3