get rid of unused "main" function.

confuses gdb.

Change-Id: I1c64357ce122fe5a2564ee96bb4caa32b733f6ea
This commit is contained in:
Nick Kralevich 2011-12-05 16:09:30 -08:00
parent bec5dec947
commit 253b763160

View File

@ -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];