summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-03-11 19:19:32 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-02 15:35:24 +0200
commit57c93848ee0843b05256641e620776ad77264b07 (patch)
treefc0ea04fe9123334f292930254bc033574347b4b /ucb
parent333001c4a31da5da957a56b589f6556f54a5d962 (diff)
remove obsolete TODO comment; ASCII string is used here
since 36f143d59492be24d0b275d728f2c151e9123075 Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198 (cherry picked from commit a4f35131b1b2cd64feaa12f436888bb3ce836d68)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
index ef9e16dc4ca4..bcbc54bb5f1e 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
@@ -93,8 +93,6 @@ serf_bucket_t * SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
serf_bucket_t* body_bkt = 0;
OString aBodyText;
{
- // TODO is it really needed a Unicode string buffer?
- // All properties and property names aren't supposed to be ASCII?
OStringBuffer aBuffer;
aBuffer.append( PROPFIND_HEADER );