commit 62ab48ecd9c2696e7929e41bc2a683facffdcfcb from: Stefan Sperling date: Tue Sep 22 09:49:57 2020 UTC remove now redundant declaration from diff_main.h commit - 85ab45596727cfd0254c6d5b6f0c5705b7b6e89e commit + 62ab48ecd9c2696e7929e41bc2a683facffdcfcb blob - 701fe6fdba14ea9bae8e9e6b929831a7bc068dc8 blob + 8f4d84bc1f35dc43c975210732bbfc5572d1970c --- include/diff/diff_main.h +++ include/diff/diff_main.h @@ -60,12 +60,6 @@ struct diff_result { struct diff_state; -struct diff_chunk *diff_state_add_chunk(struct diff_state *state, bool solved, - struct diff_atom *left_start, - unsigned int left_count, - struct diff_atom *right_start, - unsigned int right_count); - /* Signature of a utility function to divide both source files into diff atoms. * It is possible that a (future) algorithm requires both source files to decide * on atom split points, hence this gets both left and right to atomize at the