diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp
index 07717905f9efd28b3000931e23179932d65dc9bf..f8260d36eb56a1d19b55f7549060cae6cc477f48 100644
--- a/src/libs/cplusplus/TypePrettyPrinter.cpp
+++ b/src/libs/cplusplus/TypePrettyPrinter.cpp
@@ -71,8 +71,7 @@ static QString fullyQualifiedName(Symbol *symbol, const Overview *overview)
 }
 
 TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
-    : _overview(overview),
-      _name(0)
+    : _overview(overview)
 { }
 
 TypePrettyPrinter::~TypePrettyPrinter()