Skip to content

Commit

Permalink
🎨 remove redundant old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Oct 23, 2015
1 parent 1a7fbdc commit 93628c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Akavache.Sqlite3/OperationQueue.cs
Expand Up @@ -233,10 +233,6 @@ public AsyncSubject<Unit> Vacuum()

Task.Run(async () =>
{
// NB: We add a "DoNothing" operation so that the thread waiting
// on an item will always have one instead of waiting the full timeout
// before we can run the flush
IDisposable @lock = null;
try
{
Expand Down

0 comments on commit 93628c7

Please sign in to comment.