summaryrefslogtreecommitdiff
path: root/vw-nm.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2017-03-19 00:43:02 +0100
committernorly <ny-git@enpas.org>2017-03-19 00:43:02 +0100
commit8bcbe0b9982b5b2c2f9a6d730236694528244563 (patch)
tree950f666b1a4e198b120764cf5ea99b6eabb98750 /vw-nm.c
parent6357000d97517389e2b15f8a7b01c4e83ef0d96f (diff)
Fix times once again...
Diffstat (limited to 'vw-nm.c')
-rw-r--r--vw-nm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/vw-nm.c b/vw-nm.c
index c843902..5c15071 100644
--- a/vw-nm.c
+++ b/vw-nm.c
@@ -49,15 +49,6 @@ static void nm_update_my_next_id(struct NM_Main *nm) {
break;
}
} while (id != nm->my_id);
-
- if (nm->nodes[nm->my_id].next == nm->my_id) {
- /* Uh oh, we're the only one left. */
-
- /* TODO */
- nm->nodes[nm->my_id].state = NM_MAIN_LOGIN;
-
- /* TODO: Timeout 140ms (RCD 310) */
- }
}