aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();