From 82d9f1c9c43b29de3978e7e08877e4d7dc055576 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 31 Aug 2018 14:58:48 -0700 Subject: [PATCH] Remove an unused namespace --- src/Http/HttpRequestContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/HttpRequestContext.cs b/src/Http/HttpRequestContext.cs index 316b89a7..ab6c27d1 100644 --- a/src/Http/HttpRequestContext.cs +++ b/src/Http/HttpRequestContext.cs @@ -5,7 +5,6 @@ using System; using System.Collections.Generic; -using Google.Protobuf.Collections; namespace Microsoft.Azure.Functions.PowerShellWorker {