summaryrefslogtreecommitdiff
path: root/apps/oauth
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-09-06 23:11:56 -0700
committerAdam Kocoloski <adam@cloudant.com>2010-09-06 23:11:56 -0700
commitc61e5a2ede5c3efce2b9db761a28d0210e5b1fd4 (patch)
treed07ab2a56ca24250be344c3dfec5e139ff53d754 /apps/oauth
parentb8b2a9de28f4e74864f69e7681088d871e71820f (diff)
remove fail_on_warning, closes #2
Warnings appear to be unavoidable if we want to support R13B03 and R14A
Diffstat (limited to 'apps/oauth')
-rw-r--r--apps/oauth/src/oauth_http.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/oauth/src/oauth_http.erl b/apps/oauth/src/oauth_http.erl
index 78833650..bf5a4bac 100644
--- a/apps/oauth/src/oauth_http.erl
+++ b/apps/oauth/src/oauth_http.erl
@@ -1,5 +1,4 @@
-module(oauth_http).
--compile({nowarn_deprecated_function, {http,request,4}}).
-export([get/1, post/2, response_params/1, response_body/1, response_code/1]).