Page MenuHomePhabricator

D13976.id.diff
No OneTemporary

D13976.id.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
Wed, Mar 19, 9:04 PM (13 h, 55 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7441878
Default Alt Text
D13976.id.diff (431 B)

Event Timeline