Skip to content

Commit b07e064

Browse files
committed
Remove unused substraction operation
Test counter-dec was removed commit "Remove counter-dec workload" (0b63742). This patch remove operation used by this test.
1 parent 35f5532 commit b07e064

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tarantool/counter.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
(close! [_ test]))
5959

6060
(def add {:type :invoke :f :add :value 1})
61-
(def sub {:type :invoke :f :add :value -1})
6261
(def r {:type :invoke :f :read})
6362

6463
(defn with-op-index

0 commit comments

Comments
 (0)