• antirez's avatar
    Geo: remove static declarations. · 083acbeb
    antirez authored
    Stack traces produced by Redis on crash are the most useful tool we
    have to fix non easily reproducible crashes, or even easily reproducible
    ones where the user just posts a bug report and does not collaborate
    furhter.
    
    By declaring functions "static" they no longer show up in the stack
    trace.
    083acbeb
geo.c 28.2 KB