Skip to content

Commit 4b52519

Browse files
committed
python: remove kvs dropcache() function
Problem: The flux_kvs_dropcache() API function has been removed, but Python still has a binding to it. Remove the kvs dropcache() function.
1 parent 9e296cb commit 4b52519

File tree

1 file changed

+0
-11
lines changed
  • src/bindings/python/flux

1 file changed

+0
-11
lines changed

src/bindings/python/flux/kvs.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -366,17 +366,6 @@ def namespace_list(flux_handle):
366366
return nslist
367367

368368

369-
def dropcache(flux_handle):
370-
"""Drop KVS cache entries
371-
372-
Inform KVS module to drop cache entries without a reference.
373-
374-
Args:
375-
flux_handle: A Flux handle obtained from flux.Flux()
376-
"""
377-
RAW.flux_kvs_dropcache(flux_handle)
378-
379-
380369
class KVSTxn:
381370
"""KVS Transaction Object
382371

0 commit comments

Comments
 (0)