itersolve: Remove unused gen_steps()

Eliminate the old gen_steps() call now that all callers have been
converted to the newer trapq based generate_steps().

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-10-29 12:23:19 -04:00
parent bd3c8920f6
commit 797dcfcb12
5 changed files with 1 additions and 22 deletions

View File

@@ -44,7 +44,6 @@ defs_stepcompress = """
"""
defs_itersolve = """
int32_t itersolve_gen_steps(struct stepper_kinematics *sk, struct move *m);
int32_t itersolve_generate_steps(struct stepper_kinematics *sk
, double flush_time);
double itersolve_check_active(struct stepper_kinematics *sk