Skip to content

Commit

Permalink
the function is static, no need to export its prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Mar 13, 2013
1 parent caec38f commit 9e2fab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions php_judy.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ typedef struct _judy_object {
unsigned long counter;
} judy_object;

static void judy_object_free_storage(void * TSRMLS_DC);

/* Max length, this must be a constant for it to work in
* declarings as we cannot use runtime decided values at
* compile time ofcourse
Expand Down

0 comments on commit 9e2fab6

Please sign in to comment.