Skip to content

Commit b1a0cc0

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal. Id] 3149711 -- readability-redundant-string-init in fbcode/hphp/tools/tc-print
Reviewed By: ricklavoie Differential Revision: D73498913 fbshipit-source-id: 894b6d0e525d36afc5c9de1991a3a66f7b3e7af1
1 parent a0213e4 commit b1a0cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hphp/tools/tc-print/offline-x86-code.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ TCRegionInfo OfflineCode::getRegionInfo(FILE* file,
163163
// move r10, IMMEDIATE
164164
// call r10
165165
xed_iclass_enum_t iclass = xed_decoded_inst_get_iclass(&xedd);
166-
string callDest = "";
166+
string callDest;
167167

168168
if (iclass == XED_ICLASS_CALL_NEAR || iclass == XED_ICLASS_CALL_FAR) {
169169
const xed_inst_t *xi = xed_decoded_inst_inst(&xedd);

0 commit comments

Comments
 (0)