tipc: Eliminate obsolete code for re-sending a message
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 9 Nov 2011 22:38:20 +0000 (17:38 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 16:45:01 +0000 (11:45 -0500)
Removes code that updated the "previous node" field of an out-going
message over TIPC's links. Such updating is unnecessary since the
removal of the prototype multi-cluster capability means that all
outgoing messages are generated locally and already have this field
populated correctly.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found