From patchwork Wed Jun 15 13:50:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 1934 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 94D6823DE6 for ; Wed, 15 Jun 2011 13:52:44 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 657D5A18972 for ; Wed, 15 Jun 2011 13:52:44 +0000 (UTC) Received: by mail-qy0-f180.google.com with SMTP id 10so261357qyk.11 for ; Wed, 15 Jun 2011 06:52:44 -0700 (PDT) Received: by 10.52.108.101 with SMTP id hj5mr774112vdb.247.1308145964013; Wed, 15 Jun 2011 06:52:44 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.52.183.130 with SMTP id em2cs126639vdc; Wed, 15 Jun 2011 06:52:43 -0700 (PDT) Received: by 10.213.25.220 with SMTP id a28mr368295ebc.137.1308145962228; Wed, 15 Jun 2011 06:52:42 -0700 (PDT) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by mx.google.com with ESMTP id e25si1392894wes.63.2011.06.15.06.52.41; Wed, 15 Jun 2011 06:52:42 -0700 (PDT) Received-SPF: neutral (google.com: 80.12.242.127 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=80.12.242.127; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.12.242.127 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: from monster.dhcp.lxc ([92.134.76.78]) by mwinf5d28 with ME id wDsa1g00D1hMfSL03DshCz; Wed, 15 Jun 2011 15:52:41 +0200 From: Daniel Lezcano To: daniel.lezcano@linaro.org Cc: linaro-dev@lists.linaro.org, patches@linaro.org Subject: [powerdebug 12/22] Remove unused variables Date: Wed, 15 Jun 2011 15:50:46 +0200 Message-Id: <1308145856-6112-12-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1308145856-6112-1-git-send-email-daniel.lezcano@linaro.org> References: <1308145856-6112-1-git-send-email-daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano --- powerdebug.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/powerdebug.c b/powerdebug.c index 5109c90..5ff675d 100644 --- a/powerdebug.c +++ b/powerdebug.c @@ -192,9 +192,6 @@ int keystroke_callback(bool *enter_hit, struct powerdebug_options *options) int mainloop(struct powerdebug_options *options) { bool enter_hit = false; - char clkname_str[64]; - - strcpy(clkname_str, ""); while (1) { int key = 0;