From 50e90fbee04f2c5d703f04e8f9dad43184dc23ee Mon Sep 17 00:00:00 2001 From: Guilherme Ottoni Date: Wed, 15 May 2019 21:23:37 -0700 Subject: [PATCH] Delete a few unused StaticStrings in hhbbc Reviewed By: ricklavoie, alexeyt Differential Revision: D15359315 fbshipit-source-id: 1d8669d2477ff03672239c822a11ed33d06fc28b --- hphp/hhbbc/interp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/hphp/hhbbc/interp.cpp b/hphp/hhbbc/interp.cpp index f7bd5bd72bf..7a92fa6798a 100644 --- a/hphp/hhbbc/interp.cpp +++ b/hphp/hhbbc/interp.cpp @@ -66,9 +66,6 @@ const StaticString s_PHP_Incomplete_Class("__PHP_Incomplete_Class"); const StaticString s_IMemoizeParam("HH\\IMemoizeParam"); const StaticString s_getInstanceKey("getInstanceKey"); const StaticString s_Closure("Closure"); -const StaticString s_byRefWarn("Only variables should be passed by reference"); -const StaticString s_byRefError("Only variables can be passed by reference"); -const StaticString s_trigger_error("trigger_error"); const StaticString s_this("HH\\this"); bool poppable(Op op) { -- 2.11.4.GIT