aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shibokengenerator.cpp')
-rw-r--r--shibokengenerator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/shibokengenerator.cpp b/shibokengenerator.cpp
index 5753dcc09..64976d3dd 100644
--- a/shibokengenerator.cpp
+++ b/shibokengenerator.cpp
@@ -156,7 +156,6 @@ QString ShibokenGenerator::translateTypeForWrapperMethod(const AbstractMetaType*
const AbstractMetaClass* context) const
{
QString result;
- const TypeEntry* tentry = cType->typeEntry();
if (cType->isArray())
result = translateTypeForWrapperMethod(cType->arrayElementType(), context) + "[]";