Code Cleanup
- Corrected comments. - Eliminated redundant code, at the expense of Task::parse call.
This commit is contained in:
@@ -744,12 +744,9 @@ void Att::dequote (std::string& value) const
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Encode values prior to serialization.
|
||||
// \t -> &tab;
|
||||
// ' -> &squot; <-- deprecated, no need to encode/decod single quotes.
|
||||
// " -> &dquot;
|
||||
// , -> , <-- deprecated, no need to encode/decode commas.
|
||||
// [ -> &open;
|
||||
// ] -> &close;
|
||||
// : -> : <-- deprecated, no need to encode/decode colons.
|
||||
void Att::encode (std::string& value) const
|
||||
{
|
||||
std::string::size_type i;
|
||||
|
||||
Reference in New Issue
Block a user