diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-03 07:12:51 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-06-03 07:12:51 +0000 |
commit | f9c78551437bace4404cafdde632af947309161c (patch) | |
tree | 2381aa510a0e06356071e9ae4aecedeed68dad12 /src/pugixpath.cpp | |
parent | 63e29e1d1ef8ee37f21b2d9852eba9959d00b82f (diff) |
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
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r-- | src/pugixpath.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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);
}
|