1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 18:54:57 +00:00

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

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.