Reviewers: Sven Panne,

Description:
Remove unused color declarations in the a64 simulator

They're now all defined globally

BUG=none
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/207723003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -8 lines):
  M src/a64/simulator-a64.cc


Index: src/a64/simulator-a64.cc
diff --git a/src/a64/simulator-a64.cc b/src/a64/simulator-a64.cc
index a401c62d2ebdf6d287b3c265a8c5ef56d92a171f..51650cf08192adf88b74b1bd48ee951157a6a464 100644
--- a/src/a64/simulator-a64.cc
+++ b/src/a64/simulator-a64.cc
@@ -1158,14 +1158,6 @@ void Simulator::PrintProcessorState() {
 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.

Reply via email to