mirror of https://github.com/apache/druid.git
remove unused method
This commit is contained in:
parent
503b919461
commit
9ef46f5e65
|
@ -142,9 +142,4 @@ public class MemcachedCacheBroker implements CacheBroker
|
|||
private String computeKey(String identifier, byte[] key) {
|
||||
return identifier + Base64.encodeBytes(key, Base64.DONT_BREAK_LINES);
|
||||
}
|
||||
|
||||
protected MemcachedClientIF getClient()
|
||||
{
|
||||
return client;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue