Skip to content

Commit

Permalink
remove unused C function
Browse files Browse the repository at this point in the history
related to #1802 and #1860 / commit 3ab0c9d
  • Loading branch information
flavorjones committed Nov 29, 2019
1 parent ae91ca1 commit d36acf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/nokogiri/xslt_stylesheet.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ static VALUE serialize(VALUE self, VALUE xmlobj)
return rval ;
}

static void swallow_superfluous_xml_errors(void * userdata, xmlErrorPtr error, ...)
{
}

/*
* call-seq:
* transform(document, params = [])
Expand Down

0 comments on commit d36acf4

Please sign in to comment.