diff options
author | Jeff Ames | 2009-08-26 13:03:18 +0900 |
---|---|---|
committer | Jeff Ames | 2009-08-26 14:02:52 +0900 |
commit | 02f937b0dcc3150774e423478377246f7b4744bf (patch) | |
tree | 4b045f449e2970d84cd95ac6f895e8d696e5df13 /OpenSim/ConsoleClient/Requester.cs | |
parent | Formatting cleanup, minor refactoring. (diff) | |
download | opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.zip opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.gz opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.bz2 opensim-SC_OLD-02f937b0dcc3150774e423478377246f7b4744bf.tar.xz |
Fix some compile warnings.
Diffstat (limited to 'OpenSim/ConsoleClient/Requester.cs')
-rw-r--r-- | OpenSim/ConsoleClient/Requester.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/ConsoleClient/Requester.cs b/OpenSim/ConsoleClient/Requester.cs index af7860d..fefe969 100644 --- a/OpenSim/ConsoleClient/Requester.cs +++ b/OpenSim/ConsoleClient/Requester.cs | |||
@@ -40,8 +40,6 @@ namespace OpenSim.ConsoleClient | |||
40 | 40 | ||
41 | public class Requester | 41 | public class Requester |
42 | { | 42 | { |
43 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
44 | |||
45 | public static void MakeRequest(string requestUrl, string data, | 43 | public static void MakeRequest(string requestUrl, string data, |
46 | ReplyDelegate action) | 44 | ReplyDelegate action) |
47 | { | 45 | { |