remove const_cast
authorRosen Penev <rosenp@gmail.com>
Sun, 4 Jun 2023 18:59:59 +0000 (11:59 -0700)
committerColin Clark <colin.clark@cclark.uk>
Thu, 8 Jun 2023 12:18:25 +0000 (13:18 +0100)
commit3ac742d622be60333c898c7f27fa35821dd31a4d
treeae64018608cbddc32e0c33b660b2384d56365636
parentd4f7d83269fdb13acaa0e5bc25018a8bc75a0ee9
remove const_cast

No need for it. Nothing is modified.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
src/similar.cc