Reviewers: Erik Corry,

Description:
Remove dead code and one static initializer that came with it.

BUG=v8:1859

Please review this at http://codereview.chromium.org/8917004/

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

Affected files:
  M     src/debug-agent.cc


Index: src/debug-agent.cc
===================================================================
--- src/debug-agent.cc  (revision 10235)
+++ src/debug-agent.cc  (working copy)
@@ -229,8 +229,6 @@


 const char* const DebuggerAgentUtil::kContentLength = "Content-Length";
-const int DebuggerAgentUtil::kContentLengthSize =
-    StrLength(kContentLength);


SmartArrayPointer<char> DebuggerAgentUtil::ReceiveMessage(const Socket* conn) {


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to