Revert "Merge "Fix potential segfault in RS watchdog." into ics-mr0"

This reverts commit af675222f6, reversing
changes made to 6e91e5b689.
This commit is contained in:
The Android Automerger
2011-11-02 20:58:26 -07:00
parent 50b193c82d
commit 54b212c75e

View File

@@ -359,7 +359,6 @@ Context::Context() {
mTargetSdkVersion = 14;
mDPI = 96;
mIsContextLite = false;
memset(&watchdog, 0, sizeof(watchdog));
}
Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) {