about summary refs log tree commit diff
path: root/MatrixContentFilter/Services/AsyncActionQueues
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixContentFilter/Services/AsyncActionQueues')
-rw-r--r--MatrixContentFilter/Services/AsyncActionQueues/AbstractionAsyncActionQueue.cs1
-rw-r--r--MatrixContentFilter/Services/AsyncActionQueues/FiFoAsyncActionQueue.cs2
2 files changed, 0 insertions, 3 deletions
diff --git a/MatrixContentFilter/Services/AsyncActionQueues/AbstractionAsyncActionQueue.cs b/MatrixContentFilter/Services/AsyncActionQueues/AbstractionAsyncActionQueue.cs

index f4c559c..945d264 100644 --- a/MatrixContentFilter/Services/AsyncActionQueues/AbstractionAsyncActionQueue.cs +++ b/MatrixContentFilter/Services/AsyncActionQueues/AbstractionAsyncActionQueue.cs
@@ -1,7 +1,6 @@ using System.Collections.Concurrent; using System.Threading.Channels; using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; namespace MatrixContentFilter.Services.AsyncActionQueues; diff --git a/MatrixContentFilter/Services/AsyncActionQueues/FiFoAsyncActionQueue.cs b/MatrixContentFilter/Services/AsyncActionQueues/FiFoAsyncActionQueue.cs
index 3d7c90d..8c67c77 100644 --- a/MatrixContentFilter/Services/AsyncActionQueues/FiFoAsyncActionQueue.cs +++ b/MatrixContentFilter/Services/AsyncActionQueues/FiFoAsyncActionQueue.cs
@@ -1,6 +1,4 @@ -using System.Collections.Concurrent; using System.Threading.Channels; -using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace MatrixContentFilter.Services.AsyncActionQueues;