Remove unnecessary namespace elaboration in Rx
commit276e10f0beb6e8ec8ed4eadb263052f35032ffd3
authorThomas Jiang <thomasjiang@fb.com>
Thu, 31 Oct 2019 22:50:50 +0000 (31 15:50 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 31 Oct 2019 22:53:13 +0000 (31 15:53 -0700)
treec372d8966e573c131829a059153c73add3d83902
parent385c8b26806bc188a9176a1a5e05b2d1a387ae61
Remove unnecessary namespace elaboration in Rx

Summary: Now that we are elaborating names earlier in the pipeline in HackC (previous diff in stack), we can begin to remove the places where we are elaborating names in codegen. This diff removes one instance. We will have already elaborated the name by the time we reach this point.

Reviewed By: kmeht, losvald

Differential Revision: D18020994

fbshipit-source-id: 1467f6733bc3111c6bcf961a9455919ca9393c2f
hphp/hack/src/hhbc/emit_function.ml
hphp/hack/src/hhbc/emit_method.ml
hphp/hack/src/hhbc/rx.ml