Skip to content

Commit

Permalink
Merge pull request chokkan#26 from kmike/patch-3
Browse files Browse the repository at this point in the history
remove ptr_attrs argument from model->dump doc
  • Loading branch information
Naoaki Okazaki committed Jan 24, 2016
2 parents d3d4040 + 75eafe1 commit 6abdc70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/crfsuite.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ struct tag_crfsuite_model {
* Print the model in human-readable format.
* @param model The pointer to this model instance.
* @param fpo The FILE* pointer.
* @param ptr_attrs The pointer that receives a crfsuite_dictionary_t
* pointer.
* @return int The status code.
*/
int (*dump)(crfsuite_model_t* model, FILE *fpo);
Expand Down

0 comments on commit 6abdc70

Please sign in to comment.