diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-13 20:00:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-13 21:24:36 +0300 |
commit | c24855bc6a3a94846094c0714a477a299a60280d (patch) | |
tree | 479aab7069dd50f0e620862e1d2783d9e8db7ee8 /sal | |
parent | abbf6b217970bf176da552f958d974de64952e2e (diff) |
lo_dlcall_argc_argv() is unused
Change-Id: I318bb78b148564f64373dcb87bfb458c10f87489
Diffstat (limited to 'sal')
-rw-r--r-- | sal/android/lo-bootstrap.c | 12 |
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" |