aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
commitaff647aaca077370451785c8c68b2af3926a7a3d (patch)
treea7037b78c6dfafc27fdc218019c504b8bfdb5659
parent2c3a9dfa756913ae9205d2455aa3f09016eaadf4 (diff)
Remove unused variables
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--powerdebug.c3
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;