Skip to content

Commit cdbabfa

Browse files
remove repr from .h
Signed-off-by: Shivshankar-Reddy <[email protected]>
1 parent d8ae919 commit cdbabfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zipmap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned
4444
int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen);
4545
unsigned int zipmapLen(unsigned char *zm);
4646
size_t zipmapBlobLen(unsigned char *zm);
47-
void zipmapRepr(unsigned char *p);
4847
int zipmapValidateIntegrity(unsigned char *zm, size_t size, int deep);
4948

5049
#endif

0 commit comments

Comments
 (0)