LibUnicode: Remove unused parameter from Unicode data generator

This commit is contained in:
Timothy Flynn 2021-08-04 07:03:56 -04:00 committed by Linus Groh
parent 06088df729
commit 6bdb19fe21
Notes: sideshowbarker 2024-07-18 07:30:11 +09:00

View File

@ -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.