Revision: 20144
Author: [email protected]
Date: Fri Mar 21 08:23:16 2014 UTC
Log: Remove unused color declarations in the a64 simulator
They're now all defined globally
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/207723003
http://code.google.com/p/v8/source/detail?r=20144
Modified:
/branches/bleeding_edge/src/a64/simulator-a64.cc
=======================================
--- /branches/bleeding_edge/src/a64/simulator-a64.cc Thu Mar 20 15:25:27
2014 UTC
+++ /branches/bleeding_edge/src/a64/simulator-a64.cc Fri Mar 21 08:23:16
2014 UTC
@@ -1158,14 +1158,6 @@
void Simulator::PrintWrite(uint8_t* address,
uint64_t value,
unsigned num_bytes) {
- // Define some color codes to use for memory logging.
- const char* const clr_normal = (FLAG_log_colour) ? ("\033[m")
- : ("");
- const char* const clr_memory_value = (FLAG_log_colour) ? ("\033[1;32m")
- : ("");
- const char* const clr_memory_address = (FLAG_log_colour) ? ("\033[32m")
- : ("");
-
// The template is "# value -> address". The template is not directly
used
// in the printf since compilers tend to struggle with the parametrized
// width (%0*).
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.