From 994af18770243f7dc73c7f4d4dcf48404457e397 Mon Sep 17 00:00:00 2001 From: Den Delimarsky <1389609+dend@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:03:18 -0700 Subject: [PATCH] Remove unnecessary using --- src/modules/espresso/Espresso.Shell/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/espresso/Espresso.Shell/Program.cs b/src/modules/espresso/Espresso.Shell/Program.cs index 180159a88c..79e295c7fd 100644 --- a/src/modules/espresso/Espresso.Shell/Program.cs +++ b/src/modules/espresso/Espresso.Shell/Program.cs @@ -12,7 +12,6 @@ using System.IO; using System.Linq; using System.Reactive.Concurrency; using System.Reactive.Linq; -using System.Runtime.Caching; using System.Threading; namespace Espresso.Shell