Page MenuHomePhabricator

D13976.diff
No OneTemporary

D13976.diff

diff --git a/support/xhpast/parser.y b/support/xhpast/parser.y
--- a/support/xhpast/parser.y
+++ b/support/xhpast/parser.y
@@ -52,18 +52,6 @@
yyextra->error = error;
}
-/*
-
-TODO: Restore this.
-
-static void replacestr(string &source, const string &find, const string &rep) {
- size_t j;
- while ((j = source.find(find)) != std::string::npos) {
- source.replace(j, find.length(), rep);
- }
-}
-*/
-
%}
%expect 5

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 4:29 AM (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7441878
Default Alt Text
D13976.diff (431 B)

Event Timeline