aboutsummaryrefslogtreecommitdiffstats
path: root/libcmap_find_block.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libcmap_find_block.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcmap_find_block.c b/libcmap_find_block.c
index 75c93e5..73071c7 100644
--- a/libcmap_find_block.c
+++ b/libcmap_find_block.c
@@ -14,7 +14,5 @@ libcmap_find_block(uint32_t codepoint, size_t *offset_out)
return &list[i];
}
}
- if (offset_out)
- *offset_out = (size_t)codepoint;
return NULL;
}