diff options
author | Adam Frisby | 2008-03-03 09:54:39 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-03 09:54:39 +0000 |
commit | 415fc22e5ea326dd104563044533d14d08612f5c (patch) | |
tree | 13345d2565757ca0358b4894c51b7c2f6e293e8b /OpenSim/Tests/Common/TestHelper.cs | |
parent | * Fixed about Text in the profile in grid mode. (diff) | |
download | opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.zip opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.gz opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.bz2 opensim-SC_OLD-415fc22e5ea326dd104563044533d14d08612f5c.tar.xz |
* Removed a bunch of compiler warnings.
Diffstat (limited to 'OpenSim/Tests/Common/TestHelper.cs')
-rw-r--r-- | OpenSim/Tests/Common/TestHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs index 1ec9e65..2c52763 100644 --- a/OpenSim/Tests/Common/TestHelper.cs +++ b/OpenSim/Tests/Common/TestHelper.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Tests.Common | |||
42 | { | 42 | { |
43 | d(); | 43 | d(); |
44 | } | 44 | } |
45 | catch(ArgumentException e) | 45 | catch(ArgumentException) |
46 | { | 46 | { |
47 | return true; | 47 | return true; |
48 | } | 48 | } |