summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/android/lo-bootstrap.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c
index 07df1ac571ac..c43d3ba433bf 100644
--- a/sal/android/lo-bootstrap.c
+++ b/sal/android/lo-bootstrap.c
@@ -631,18 +631,6 @@ lo_apk_lstat(const char *path,
return -1;
}
-__attribute__ ((visibility("default")))
-int
-lo_dlcall_argc_argv(void *function,
- int argc,
- const char **argv)
-{
- int (*fp)(int, const char **) = function;
- int result = fp(argc, argv);
-
- return result;
-}
-
#define UNPACK_TREE "/assets/unpack"
#define UNPACK_TREE_GZ "/assets/gz.unpack"