diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-04-07 09:49:01 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-04-07 09:49:01 +0000 |
| commit | 15345f9c75c069d3e2e362af5d6f931eef7772ef (patch) | |
| tree | 61726d0ea369ef022b680fd598c50f9fddd7676a /os/pc | |
| parent | 16298053a2d285f9a06a02f298e389f20ebdc12c (diff) | |
20070407-1048 remove unreachable statement
Diffstat (limited to 'os/pc')
| -rw-r--r-- | os/pc/sd53c8xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/pc/sd53c8xx.c b/os/pc/sd53c8xx.c index 2d1329af..a03ac93c 100644 --- a/os/pc/sd53c8xx.c +++ b/os/pc/sd53c8xx.c @@ -1902,7 +1902,6 @@ xfunc(Controller *c, enum na_external x, unsigned long *v) print("xfunc: can't find external %d\n", x); return 0; } - return 1; } static int |
