git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae0d4d
)
hivexsh: Remove unused variable.
author
Richard Jones
<rjones@redhat.com>
Fri, 5 Feb 2010 12:57:53 +0000
(12:57 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 15:01:34 +0000
(15:01 +0000)
This removes an unused variable left over by
commit
ab608f3948d903af64e814b2e67949a1a71d93a4
.
hivex/hivexsh.c
patch
|
blob
|
history
diff --git
a/hivex/hivexsh.c
b/hivex/hivexsh.c
index
9c54536
..
00f33ae
100644
(file)
--- a/
hivex/hivexsh.c
+++ b/
hivex/hivexsh.c
@@
-858,7
+858,6
@@
cmd_setval (char *nrvals_str)
/* Read nrvals * 2 lines of input, nrvals * (key, value) pairs, as
* explained in the man page.
*/
- int prompt = isatty (0) ? 2 : 0;
int i, j;
for (i = 0; i < nrvals; ++i) {
/* Read key. */