Skip to content

Commit

Permalink
Remove old note
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 24, 2014
1 parent a48c1f5 commit f9c7a55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/perform.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Abstract over the differences in RCurl API depending on whether or not
# you send a body.
perform <- function(handle, writer, method, opts, body) {
# Must always override headerfunction and writefunction
# FIXME: throw error if these are set already
headers <- character()
add_header <- function(text) {
headers <<- c(headers, text)
Expand Down

0 comments on commit f9c7a55

Please sign in to comment.