summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2019-03-15 13:04:22 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2019-03-18 15:17:10 +0000
commit01380dc2673d1aecc3e216fff84da76223e447d7 (patch)
tree8f992aacc735f221fc94aa2ff6c69e01e9a868fc /util
parente59ba35f1b1954062266164f7b802076dc152c7b (diff)
Remove broken code from unicode generator
The current state produces uncompilable code. Change-Id: I9a68b61866a4a416335ed4d7204c58122803fb1c Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/unicode/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 1dbfa2cef0..22a4405ca9 100644
--- a/util/unicode/main.cpp
+++ b/util/unicode/main.cpp
@@ -2476,10 +2476,6 @@ static QByteArray createPropertyInfo()
out += ", ";
out += QByteArray::number( p.lowerCaseDiff );
out += ", ";
- out += "#ifdef Q_OS_WASM \n";
-// " unsigned char : 0; //wasm 64 packing trick QTBUG-65259\n"
- out += "#endif \n";
- out += ", ";
// " ushort upperCaseSpecial : 1;\n"
// " signed short upperCaseDiff : 15;\n"
out += QByteArray::number( p.upperCaseSpecial );
@@ -2504,10 +2500,6 @@ static QByteArray createPropertyInfo()
// " ushort nfQuickCheck : 8;\n"
out += QByteArray::number( p.nfQuickCheck );
out += ", ";
- out += "#ifdef Q_OS_WASM \n";
-// " unsigned char : 0; //wasm 64 packing trick QTBUG-65259\n"
- out += "#endif \n";
- out += ", ";
// " ushort graphemeBreakClass : 5; /* 5 used */\n"
// " ushort wordBreakClass : 5; /* 5 used */\n"
// " ushort sentenceBreakClass : 8; /* 4 used */\n"