Skip to content

Commit 256052e

Browse files
committed
cleanup
1 parent 415ef24 commit 256052e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/management.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,5 @@ export class AmqpManagement implements Management {
131131
subject: "DELETE",
132132
body: null,
133133
})
134-
// public Task DeleteAsync()
135-
// {
136-
// string path = $"/{Consts.Exchanges}/{Utils.EncodePathSegment(_name)}";
137-
// string method = AmqpManagement.Delete;
138-
// int[] expectedResponseCodes = new int[] { AmqpManagement.Code204 };
139-
// _topologyListener.ExchangeDeleted(_name);
140-
// return (Task)_management.RequestAsync(null, path, method, expectedResponseCodes);
141-
// }
142134
}
143135
}

0 commit comments

Comments
 (0)