summaryrefslogtreecommitdiff
path: root/src/geohash.h
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2021-04-29 13:25:10 +0800
committerGitHub <noreply@github.com>2021-04-29 08:25:10 +0300
commit9c927e9de96b6457cc96e04c26ba6649b5325c8e (patch)
tree94b43a9f010ef063180c3c3222eaf6df0042c5b4 /src/geohash.h
parent1eff8564c78011f7257e485796990a0d4d607a5b (diff)
downloadredis-9c927e9de96b6457cc96e04c26ba6649b5325c8e.tar.gz
Delete some unimplemented prototype. (#8882)
Remove forward declarations from header files to functions that do not exist.
Diffstat (limited to 'src/geohash.h')
-rw-r--r--src/geohash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/geohash.h b/src/geohash.h
index ebe52ff34..8fa324afd 100644
--- a/src/geohash.h
+++ b/src/geohash.h
@@ -128,7 +128,6 @@ int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area);
int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy);
int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy);
-int geohashDecodeToLongLatMercator(const GeoHashBits hash, double *xy);
void geohashNeighbors(const GeoHashBits *hash, GeoHashNeighbors *neighbors);
#if defined(__cplusplus)