Hi All,

I just found that there is a member variable of ProcessState named
mVMStart is useless.

It was initialized in the constructor ProcessState::ProcessState() as

"mVMStart = mmap(0, BINDER_VM_SIZE, PROT_READ, MAP_PRIVATE |
MAP_NORESERVE, mDriverFD, 0);"

But I cannot find any other reference out of the constructor in this
file.

So i think it's a useless member. Am I right?

Thanks
Jarod
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to