diff options
| author | Austin Clements <austin@google.com> | 2015-02-12 15:39:29 -0500 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2015-02-13 15:34:55 +0000 |
| commit | 6e5cc1f1ac0c93471fc6b05a250b6f7ed0b02c58 (patch) | |
| tree | cae809a3caa91973d0d0052a7425cfe19c3ef50b /src/encoding/xml | |
| parent | 60a16ea36799710b449b69594506c471c76d02a2 (diff) | |
| download | go-6e5cc1f1ac0c93471fc6b05a250b6f7ed0b02c58.tar.xz | |
runtime: rename drainworkbuf and drainobjects
drainworkbuf is now gcDrain, since it drains until there's
nothing left to drain. drainobjects is now gcDrainN because it's
the bounded equivalent to gcDrain.
The new names use the Go camel case convention because we have to
start somewhere. The "gc" prefix is because we don't have runtime
packages yet and just "drain" is too ambiguous.
Change-Id: I88dbdf32e8ce4ce6c3b7e1f234664be9b76cb8fd
Reviewed-on: https://go-review.googlesource.com/4785
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
Diffstat (limited to 'src/encoding/xml')
0 files changed, 0 insertions, 0 deletions
