summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-08-04 07:03:56 -0400
committerLinus Groh <mail@linusgroh.de>2021-08-04 13:50:32 +0100
commit6bdb19fe21fd55ed2916f6d670acaffef69eded6 (patch)
treee2fff3d6436d807800051db432a8a08e65193395 /Userland/Libraries/LibUnicode
parent06088df729fb34f1437b7b9a8fe26c9413e61745 (diff)
downloadserenity-6bdb19fe21fd55ed2916f6d670acaffef69eded6.zip
LibUnicode: Remove unused parameter from Unicode data generator
Diffstat (limited to 'Userland/Libraries/LibUnicode')
-rw-r--r--Userland/Libraries/LibUnicode/CodeGenerators/GenerateUnicodeData.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibUnicode/CodeGenerators/GenerateUnicodeData.cpp b/Userland/Libraries/LibUnicode/CodeGenerators/GenerateUnicodeData.cpp
index c7f6acf394..e28d257ed2 100644
--- a/Userland/Libraries/LibUnicode/CodeGenerators/GenerateUnicodeData.cpp
+++ b/Userland/Libraries/LibUnicode/CodeGenerators/GenerateUnicodeData.cpp
@@ -84,7 +84,6 @@ struct UnicodeData {
Vector<CodePointData> code_point_data;
Vector<CodePointRange> code_point_ranges;
- u32 last_contiguous_code_point { 0 };
// The Unicode standard defines General Category values which are not in any UCD file. These
// values are simply unions of other values.