summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/json_spirit/json_spirit_writer_template.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/json_spirit/json_spirit_writer_template.h b/src/json_spirit/json_spirit_writer_template.h
index 61a0e18c2b4..c66037e1f9f 100644
--- a/src/json_spirit/json_spirit_writer_template.h
+++ b/src/json_spirit/json_spirit_writer_template.h
@@ -34,8 +34,6 @@ namespace json_spirit
template< class String_type >
String_type non_printable_to_string( unsigned int c )
{
- typedef typename String_type::value_type Char_type;
-
String_type result( 6, '\\' );
result[1] = 'u';