Revision: 17943
Author:   [email protected]
Date:     Thu Nov 21 07:08:24 2013 UTC
Log:      Removed dead stack printing code.

[email protected]

Review URL: https://codereview.chromium.org/77723007
http://code.google.com/p/v8/source/detail?r=17943

Modified:
 /branches/bleeding_edge/src/isolate.cc
 /branches/bleeding_edge/src/isolate.h

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Wed Nov 20 15:16:18 2013 UTC
+++ /branches/bleeding_edge/src/isolate.cc      Thu Nov 21 07:08:24 2013 UTC
@@ -651,11 +651,6 @@
   stack_trace->set_length(Smi::FromInt(frames_seen));
   return stack_trace;
 }
-
-
-void Isolate::PrintStack() {
-  PrintStack(stdout);
-}


 void Isolate::PrintStack(FILE* out) {
=======================================
--- /branches/bleeding_edge/src/isolate.h       Wed Nov 20 15:16:18 2013 UTC
+++ /branches/bleeding_edge/src/isolate.h       Thu Nov 21 07:08:24 2013 UTC
@@ -716,10 +716,8 @@
   }

   void PrintCurrentStackTrace(FILE* out);
-  void PrintStackTrace(FILE* out, char* thread_data);
   void PrintStack(StringStream* accumulator);
   void PrintStack(FILE* out);
-  void PrintStack();
   Handle<String> StackTraceString();
   NO_INLINE(void PushStackTraceAndDie(unsigned int magic,
                                       Object* object,
@@ -1245,7 +1243,6 @@

   void InitializeThreadLocal();

-  void PrintStackTrace(FILE* out, ThreadLocalTop* thread);
   void MarkCompactPrologue(bool is_compacting,
                            ThreadLocalTop* archived_thread_data);
   void MarkCompactEpilogue(bool is_compacting,

--
--
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/groups/opt_out.

Reply via email to