get rid of unused "main" function.
confuses gdb. Change-Id: I1c64357ce122fe5a2564ee96bb4caa32b733f6ea
This commit is contained in:
parent
bec5dec947
commit
253b763160
@ -2102,11 +2102,6 @@ static void parse_preloads(const char *path, char *delim)
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define ANDROID_TLS_SLOTS BIONIC_TLS_SLOTS
|
||||
|
||||
static void * __tls_area[ANDROID_TLS_SLOTS];
|
||||
|
Loading…
x
Reference in New Issue
Block a user