diff options
Diffstat (limited to 'Servers/IRestHandler.cs')
-rw-r--r-- | Servers/IRestHandler.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Servers/IRestHandler.cs b/Servers/IRestHandler.cs deleted file mode 100644 index 08737cc..0000000 --- a/Servers/IRestHandler.cs +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Servers | ||
6 | { | ||
7 | public delegate string RestMethod( string request, string path ); | ||
8 | } | ||