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-03-11 19:19:32 +0100
commita4f35131b1b2cd64feaa12f436888bb3ce836d68 (patch)
tree66bd34ed4ed2f1c7f4a92269101a29806438e96e /ucb
parent36f143d59492be24d0b275d728f2c151e9123075 (diff)
remove obsolete TODO comment; ASCII string is used here
since 36f143d59492be24d0b275d728f2c151e9123075 Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198
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 );