Skip to content

Commit 738c3c3

Browse files
authored
Removing Commented code
1 parent 4876214 commit 738c3c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ModelBase.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,12 +1063,6 @@ public abstract void _Private_BasicPublish(string exchange,
10631063
IBasicProperties basicProperties,
10641064
byte[] body);
10651065

1066-
//public abstract void _Private_BasicBatchPublish(string exchange,
1067-
// string routingKey,
1068-
// bool mandatory,
1069-
// IEnumerable<BatchMessage> messages);
1070-
1071-
10721066
public abstract void _Private_BasicRecover(bool requeue);
10731067

10741068
public abstract void _Private_ChannelClose(ushort replyCode,

0 commit comments

Comments
 (0)