Index: src/register-allocator.cc |
=================================================================== |
--- src/register-allocator.cc (revision 1953) |
+++ src/register-allocator.cc (working copy) |
@@ -72,16 +72,6 @@ |
// ------------------------------------------------------------------------- |
-// RegisterFile implementation. |
- |
-void RegisterFile::CopyTo(RegisterFile* other) { |
- for (int i = 0; i < kNumRegisters; i++) { |
- other->ref_counts_[i] = ref_counts_[i]; |
- } |
-} |
- |
- |
-// ------------------------------------------------------------------------- |
// RegisterAllocator implementation. |