diff options
Diffstat (limited to 'zenserver/upstream/jupiter.cpp')
| -rw-r--r-- | zenserver/upstream/jupiter.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/zenserver/upstream/jupiter.cpp b/zenserver/upstream/jupiter.cpp index 1078e5240..363ebcd61 100644 --- a/zenserver/upstream/jupiter.cpp +++ b/zenserver/upstream/jupiter.cpp @@ -159,17 +159,6 @@ CloudCacheSession::Get(std::string_view BucketId, const IoHash& Key) return Get(BucketId, KeyString); } -void -CloudCacheSession::Put(std::string_view BucketId, const IoHash& Key, IoBuffer Data, HttpContentType ContentType) -{ - ZEN_UNUSED(ContentType); - - StringBuilder<64> KeyString; - Key.ToHexString(KeyString); - - return Put(BucketId, KeyString, Data); -} - ////////////////////////////////////////////////////////////////////////// std::string |