Skip to content

Commit

Permalink
Replica client output buffer usage calculation test - remove redundant
Browse files Browse the repository at this point in the history
code
  • Loading branch information
xbasel committed Jan 4, 2023
1 parent 13abf5b commit 4b23d15
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/replica-cob-usage.tcl
@@ -1,9 +1,3 @@
proc info_memory {r property} {
if {[regexp "\r\n$property:(.*?)\r\n" [{*}$r info memory] _ value]} {
set _ $value
}
}

proc client_field {master f} {
set slave [$master client list type slave]
if {![regexp $f=(\[a-zA-Z0-9-\]+) $slave - res]} {
Expand Down

0 comments on commit 4b23d15

Please sign in to comment.