aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-01 10:57:16 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-02 09:09:28 +0000
commit6d34a5e306c813faf7cd1fbc41f1b28952a0a354 (patch)
tree3d5fcd1b9e178f53070784bf1d29369ffb882092
parentc246633b49f0551de4ae052cfe0f4f9dcdde579e (diff)
shiboken: Replace unused typedef referencing QLinkedList
Change-Id: I350bfb27d5f7403edbe3062895df3812728e2290 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--sources/shiboken2/generator/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/shiboken2/generator/main.cpp b/sources/shiboken2/generator/main.cpp
index 9cdc77ca7..094990b64 100644
--- a/sources/shiboken2/generator/main.cpp
+++ b/sources/shiboken2/generator/main.cpp
@@ -28,7 +28,6 @@
#include <QCoreApplication>
#include <QElapsedTimer>
-#include <QLinkedList>
#include <QLibrary>
#include <QtCore/QFile>
#include <QtCore/QDir>
@@ -84,8 +83,6 @@ static void printOptions(QTextStream& s, const OptionDescriptions& options)
}
}
-typedef void (*getGeneratorsFunc)(QLinkedList<Generator*>*);
-
static bool processProjectFile(QFile& projectFile, QMap<QString, QString>& args)
{
QByteArray line = projectFile.readLine().trimmed();