From: Nathan Wagner Date: Sun, 30 Sep 2012 19:48:29 +0000 (+0000) Subject: Removed unused node variable. X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=89078e281093c442c5275050cad8867abc6885bf;hp=89078e281093c442c5275050cad8867abc6885bf;p=uuid Removed unused node variable. The node is now calculated by read_state and in the state structure. The node could be reset by re-initializing the state or calling the read state function. Given that the mac address is just used to provide additional uniqueness its actual value doesn't really matter, so assuming it wasn't just a bunch of zeroes or similar, there shouldn't be any reason to re-determine it. ---