Remove unnecessary #undefs from AOSP.

This is a manual revert of 111461aaaec2b7d9ffa5f3baabb1bd019d2e0c1d.
git revert does the wrong thing because that patch shares lines (that we
want to keep) with 168667c972a1e9ede5b64ad6cee0666e9b96d4d8 and git
revert just removes them.

Change-Id: I83ac8c95e5c90a4137b7742a9b7536e1627f1ac7
This commit is contained in:
Elliott Hughes 2014-12-02 14:50:20 -08:00
parent 7ef5d8b845
commit 6c1e3f6e56

View File

@ -44,10 +44,6 @@
#define ALIGNBYTES (sizeof(uintptr_t) - 1)
#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
#undef stdin
#undef stdout
#undef stderr
int __sdidinit;
#define NDYNAMIC 10 /* add ten more whenever necessary */