Skip to content

Commit

Permalink
remove prototype for unimplemented function
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed May 8, 2024
1 parent 8b4f270 commit cf1428f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pipeline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,4 @@ void trace_graph(
Model const *DEBUG_model = nullptr //in (optional): model; stitches' .at will be set using its vertices
);

void schedule_stitches(
std::vector< TracedStitch > const &stitches
//in: list of stitches
//out: knitout-ish
);

} //namespace ak

0 comments on commit cf1428f

Please sign in to comment.