Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Unified Diff: src/pkg/runtime/alg.goc

Issue 131980043: code review 131980043: runtime: convert memclrBytes to Go (Closed)
Patch Set: diff -r 9985ecf9828f87d8887550109060357e2163ab8a https://code.google.com/p/go Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/alg.go ('k') | src/pkg/runtime/export_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/alg.goc
===================================================================
--- a/src/pkg/runtime/alg.goc
+++ b/src/pkg/runtime/alg.goc
@@ -287,8 +287,3 @@
}
}
}
-
-// Testing adapter for memclr
-func memclrBytes(s Slice) {
- runtime·memclr(s.array, s.len);
-}
« no previous file with comments | « src/pkg/runtime/alg.go ('k') | src/pkg/runtime/export_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b