Revision: 10237
Author: [email protected]
Date: Mon Dec 12 03:54:21 2011
Log: Remove dead code and one static initializer that came with it.
BUG=1859
Review URL: http://codereview.chromium.org/8917004
http://code.google.com/p/v8/source/detail?r=10237
Modified:
/branches/bleeding_edge/src/debug-agent.cc
/branches/bleeding_edge/src/debug-agent.h
=======================================
--- /branches/bleeding_edge/src/debug-agent.cc Fri Sep 9 15:39:47 2011
+++ /branches/bleeding_edge/src/debug-agent.cc Mon Dec 12 03:54:21 2011
@@ -229,8 +229,6 @@
const char* const DebuggerAgentUtil::kContentLength = "Content-Length";
-const int DebuggerAgentUtil::kContentLengthSize =
- StrLength(kContentLength);
SmartArrayPointer<char> DebuggerAgentUtil::ReceiveMessage(const Socket*
conn) {
=======================================
--- /branches/bleeding_edge/src/debug-agent.h Fri Sep 9 15:39:47 2011
+++ /branches/bleeding_edge/src/debug-agent.h Mon Dec 12 03:54:21 2011
@@ -115,7 +115,6 @@
class DebuggerAgentUtil {
public:
static const char* const kContentLength;
- static const int kContentLengthSize;
static SmartArrayPointer<char> ReceiveMessage(const Socket* conn);
static bool SendConnectMessage(const Socket* conn,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev