diff options
author | Valery Piashchynski <[email protected]> | 2021-05-03 22:52:30 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-05-03 22:52:30 +0300 |
commit | 9ee78f937d5be67058882dd3590f89da35bca239 (patch) | |
tree | 17cda27feabf5f2b8afc6a2796117835045afd36 /plugins/kv | |
parent | 009b7009885d8a15e6fa6c7e78436087b2f20129 (diff) |
- Initial broadcast commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/kv')
-rw-r--r-- | plugins/kv/rpc.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/kv/rpc.go b/plugins/kv/rpc.go index 4947dbe3..240a28d1 100644 --- a/plugins/kv/rpc.go +++ b/plugins/kv/rpc.go @@ -216,6 +216,3 @@ func (r *rpc) Delete(in []byte, ok *bool) error { return errors.E(op, errors.Errorf("no such storage: %s", dataRoot.Storage())) } -func strConvert(s []byte) string { - return *(*string)(unsafe.Pointer(&s)) -} |