Skip to content

Commit 0c65138

Browse files
committed
Remove unnecessary constructor
1 parent 7574c9d commit 0c65138

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/InEngine.Core/Queuing/Clients/RabbitMQClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ public IModel Channel {
3838
}
3939
}
4040

41-
public RabbitMQClient()
42-
{
43-
}
44-
4541
public void Publish(AbstractCommand command)
4642
{
4743

0 commit comments

Comments
 (0)