Skip to content

Commit 9264505

Browse files
committed
cleaning some warnings
1 parent adcbd3a commit 9264505

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/mongo_db_connection/utils.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ defmodule Mongo.MongoDBConnection.Utils do
22
@moduledoc false
33
import Kernel, except: [send: 2]
44
import Mongo.Messages
5-
alias Mongo.Events
65
use Bitwise
76

87
# @reply_cursor_not_found 0x1

test/mongo/change_stream_test.exs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,8 @@ defmodule Mongo.ChangeStreamTest do
185185
@tag :mongo_3_6
186186
test "change stream: watch and resume_after", c do
187187

188-
top = c.pid
189-
catcher = c.catcher
190-
191-
me = self()
188+
top = c.pid
189+
me = self()
192190
spawn(fn -> consumer_1(top, me) end)
193191
spawn(fn -> producer(top) end)
194192

0 commit comments

Comments
 (0)