diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-19 15:03:10 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-19 15:03:10 +0100 |
| commit | 7845769d4b417fdd321740c5404016dbc3119d43 (patch) | |
| tree | 1ae0d5fb26452ac044101a161d202f7b0135f6f2 /src/query_data.cpp | |
| parent | 33239324b83c7a32471fe147c1539fb86ca48404 (diff) | |
Remove unused code
Diffstat (limited to 'src/query_data.cpp')
| -rw-r--r-- | src/query_data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query_data.cpp b/src/query_data.cpp index 6c9637948..ce42c00e2 100644 --- a/src/query_data.cpp +++ b/src/query_data.cpp @@ -946,7 +946,7 @@ void generate_and_print_query_data_go_to_definitions(Checker *c) { isize data_min_size = 0; - u32 header_offset = cast(u32)data_min_size; + u32 header_offset = cast(u32)data_min_size; gb_unused(header_offset); data_min_size += gb_size_of(GoToDefHeader); data_min_size = align_formula_isize(data_min_size, 8); |