Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: expressjs/body-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ad1d8896286ee7fb9c1b86dd4cb01fa464ed567
Choose a base ref
..
head repository: expressjs/body-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a2f47199b443c56b6ebb74cac7acdeb63fac61f
Choose a head ref
Showing with 0 additions and 8 deletions.
  1. +0 −8 lib/read.js
8 changes: 0 additions & 8 deletions lib/read.js
Original file line number Diff line number Diff line change
@@ -203,11 +203,3 @@ function dump (req, callback) {
req.resume()
}
}

/**
* Shared reference to no-op function.
*
* @api private
*/

function noop () {}