chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97fcba
)
remove useless test
author
ian
<ian>
Sat, 17 May 2008 15:35:41 +0000
(15:35 +0000)
committer
ian
<ian>
Sat, 17 May 2008 15:35:41 +0000
(15:35 +0000)
hostside/trackloc.c
patch
|
blob
|
history
diff --git
a/hostside/trackloc.c
b/hostside/trackloc.c
index 4177c4fcae303bc344260f9cf1a8e809ca627116..e9125cb5e2c43f41af1db9de8de12665f2f6f5ca 100644
(file)
--- a/
hostside/trackloc.c
+++ b/
hostside/trackloc.c
@@
-79,8
+79,6
@@
static int nextseg(TrackLocation *t, TrackAdvanceContext *c,
}
r= trackloc_getlink(t,c, pci_r,link_r, mpc_nego);
- if (r || !link) return r;
-
return r;
}