diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx | 2 |
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 ); |