Commit bae7806a authored by David Gibson's avatar David Gibson

aga: Remove unused state defines

These were left over from a previous approach which didn't pan out.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 1d415706
......@@ -17,12 +17,6 @@
* Dijkstra's algorithm
*/
/* Node states */
#define STATE_INFINITE 0
#define STATE_FINITE 1
#define STATE_COMPLETE 2
static void candidate_path(struct aga_graph *g, struct aga_node *node,
aga_icost_t distance,
struct aga_node *prev, const void *prevedge)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment