Remove constant return value from prepareFuncEntry()
commitbada542c0d96146f1dfe416ef97f1f0627515bed
authorJan Oravec <jan@fb.com>
Wed, 12 Mar 2014 17:33:09 +0000 (12 10:33 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 13 Mar 2014 05:35:29 +0000 (12 22:35 -0700)
tree2ba06718257972ba0e954b8aa52e1f7c8ad0bd78
parent9ce72f087fafb6359d6794a92aa4d9f54d68ba24
Remove constant return value from prepareFuncEntry()

prepareFuncEntry() always returns true. Make it return void and inline
the true return value into all callers.

Reviewed By: @paroski

Differential Revision: D1212817
hphp/runtime/base/execution-context.h
hphp/runtime/vm/bytecode.cpp