aboutsummaryrefslogtreecommitdiffstats
path: root/common/mischelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/mischelp.h')
-rw-r--r--common/mischelp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/mischelp.h b/common/mischelp.h
index 33739e8bd..0f865e2ef 100644
--- a/common/mischelp.h
+++ b/common/mischelp.h
@@ -33,10 +33,6 @@
#define LIBJNLIB_MISCHELP_H
-/* Because we can't use the internal jnlib_free macro in inline
- functions we provide a wrapper function as well. */
-void _jnlib_free (void *p);
-
/* Check whether the files NAME1 and NAME2 are identical. This is for
example achieved by comparing the inode numbers of the files. */
int same_file_p (const char *name1, const char *name2);