diff options
author | Justin Clarke Casey | 2008-07-07 19:18:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-07 19:18:44 +0000 |
commit | 1813946937267edde79cb471c357f6cd85efd8ec (patch) | |
tree | cd9854a7d72409a094ac23fed9677cf438568944 /OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |
parent | * Start scripts loaded from an archive (diff) | |
download | opensim-SC-1813946937267edde79cb471c357f6cd85efd8ec.zip opensim-SC-1813946937267edde79cb471c357f6cd85efd8ec.tar.gz opensim-SC-1813946937267edde79cb471c357f6cd85efd8ec.tar.bz2 opensim-SC-1813946937267edde79cb471c357f6cd85efd8ec.tar.xz |
* remove unused CommitAssets() hook for now
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 7787805..6caabcd 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -106,10 +106,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
106 | } | 106 | } |
107 | } | 107 | } |
108 | 108 | ||
109 | protected override void CommitAssets() | ||
110 | { | ||
111 | } | ||
112 | |||
113 | public override void Close() | 109 | public override void Close() |
114 | { | 110 | { |
115 | throw new Exception("The method or operation is not implemented."); | 111 | throw new Exception("The method or operation is not implemented."); |