diff options
author | Justin Clark-Casey (justincc) | 2011-07-13 00:52:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-13 00:52:32 +0100 |
commit | e434ba5e8e912965e54f7b7afafde9dec04777ed (patch) | |
tree | 21ddcb9256a9863dce562733413704869bd6d07d | |
parent | refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP... (diff) | |
download | opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.zip opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.gz opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.bz2 opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.xz |
Remove the obsoleted SynchronousRestObjectPoster
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 147a011..f33b7a2 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -907,15 +907,6 @@ namespace OpenSim.Framework | |||
907 | } | 907 | } |
908 | } | 908 | } |
909 | 909 | ||
910 | public class SynchronousRestObjectPoster | ||
911 | { | ||
912 | [Obsolete] | ||
913 | public static TResponse BeginPostObject<TRequest, TResponse>(string verb, string requestUrl, TRequest obj) | ||
914 | { | ||
915 | return SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(verb, requestUrl, obj); | ||
916 | } | ||
917 | } | ||
918 | |||
919 | public class SynchronousRestObjectRequester | 910 | public class SynchronousRestObjectRequester |
920 | { | 911 | { |
921 | private static readonly ILog m_log = | 912 | private static readonly ILog m_log = |