summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cpp/src/thrift/common.cc')
-rw-r--r--compiler/cpp/src/thrift/common.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/cpp/src/thrift/common.cc b/compiler/cpp/src/thrift/common.cc
index fb1832daf..6dcd85500 100644
--- a/compiler/cpp/src/thrift/common.cc
+++ b/compiler/cpp/src/thrift/common.cc
@@ -23,7 +23,6 @@
t_type* g_type_void;
t_type* g_type_string;
t_type* g_type_binary;
-t_type* g_type_slist;
t_type* g_type_bool;
t_type* g_type_i8;
t_type* g_type_i16;
@@ -36,8 +35,6 @@ void initGlobals() {
g_type_string = new t_base_type("string", t_base_type::TYPE_STRING);
g_type_binary = new t_base_type("string", t_base_type::TYPE_STRING);
((t_base_type*)g_type_binary)->set_binary(true);
- g_type_slist = new t_base_type("string", t_base_type::TYPE_STRING);
- ((t_base_type*)g_type_slist)->set_string_list(true);
g_type_bool = new t_base_type("bool", t_base_type::TYPE_BOOL);
g_type_i8 = new t_base_type("i8", t_base_type::TYPE_I8);
g_type_i16 = new t_base_type("i16", t_base_type::TYPE_I16);