From a6ef944d938832ea2768e0b165d9cf325c0f65ae Mon Sep 17 00:00:00 2001 From: Robert CH Chou Date: Thu, 30 Sep 2010 17:20:07 +0800 Subject: Remove obsolete variable "len" to avoid compile failed Change-Id: Ibf759acef58f6a3e404bfc4be13505774b3d39ad --- vm/Debugger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm/Debugger.c') diff --git a/vm/Debugger.c b/vm/Debugger.c index 2f57046b7..ad4025ed8 100644 --- a/vm/Debugger.c +++ b/vm/Debugger.c @@ -3044,8 +3044,8 @@ void dvmDbgDdmSendChunk(int type, size_t len, const u1* buf) void dvmDbgDdmSendChunkV(int type, const struct iovec* iov, int iovcnt) { if (gDvm.jdwpState == NULL) { - LOGV("Debugger thread not active, ignoring DDM send (t=0x%08x l=%d)\n", - type, len); + LOGV("Debugger thread not active, ignoring DDM send (t=0x%08x)\n", + type); return; } -- cgit v1.2.3