commit 0c895d4d3c17bf246c067f7d5c0c14da38f068ac
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Tue Jul 28 19:59:20 2015 +0200

    remove of not needed code

diff --git a/src/schema.cpp b/src/schema.cpp
index e4aa63a..5fd599e 100644
--- a/src/schema.cpp
+++ b/src/schema.cpp
@@ -35,7 +35,6 @@ Schema::~Schema() {
 }
 
 void Schema::initAbstractDatabaseTypes() {
-    this->abstractTypeMap = QSharedPointer<QHash<QString, QString>>::create();
     this->abstractTypeMap->insert("bool", TYPE_SMALLINT);
     this->abstractTypeMap->insert("short", TYPE_SMALLINT);
     this->abstractTypeMap->insert("int", TYPE_INTEGER);
