projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a543d5c
)
core/readdir.c: remove unused variable
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 26 Feb 2010 20:10:29 +0000
(12:10 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 26 Feb 2010 20:10:29 +0000
(12:10 -0800)
Remove an unused variable in opendir().
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/readdir.c
patch
|
blob
|
history
diff --git
a/core/fs/readdir.c
b/core/fs/readdir.c
index
33a67c8
..
0e35641
100644
(file)
--- a/
core/fs/readdir.c
+++ b/
core/fs/readdir.c
@@
-10,7
+10,6
@@
void opendir(com32sys_t *regs)
{
const char *src = MK_PTR(regs->es, regs->esi.w[0]);
- struct file *file;
int rv;
rv = searchdir(src);