summaryrefslogtreecommitdiff
path: root/apps/oauth/src/oauth_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth/src/oauth_http.erl')
-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]).