From 0205b1a966258a57fc5b21f752824a4f7d09052a Mon Sep 17 00:00:00 2001 From: Wesley Van Melle Date: Thu, 7 Jan 2021 10:25:41 -0800 Subject: [PATCH] Remove comment --- src/App/Fossa/EmbeddedBinary.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App/Fossa/EmbeddedBinary.hs b/src/App/Fossa/EmbeddedBinary.hs index 7c62df49e..5a9e72605 100644 --- a/src/App/Fossa/EmbeddedBinary.hs +++ b/src/App/Fossa/EmbeddedBinary.hs @@ -24,11 +24,6 @@ import Path import Path.IO import Prelude hiding (writeFile) --- data BinaryPaths = BinaryPaths --- { binaryPathContainer :: Path Abs Dir --- , wigginsBinaryPath :: Path Abs File --- } - data PackagedBinary = Syft | Wiggins