From c9027421f30101fdc006fcc47bb28b882697a5ec Mon Sep 17 00:00:00 2001 From: Göran Krampe Date: Fri, 14 Nov 2014 13:36:56 +0100 Subject: [PATCH] Removed extraneous proc --- blimp.nim | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/blimp.nim b/blimp.nim index 34fe304..d625261 100644 --- a/blimp.nim +++ b/blimp.nim @@ -175,11 +175,6 @@ proc deflate(filename: string) = writeFile(filename, "hash:" & blimpFilename) if verbose: echo("\t" & filename & " deflated.") -proc isInBlimpStore(filename: string): bool = - let blimpFilename = blimpFilename(filename) - if not blimpFilename.isNil: - return true - # Parse out hash from hash stub and copy back original content from blimpStore. proc inflate(filename: string) = if verbose: echo "Inflating " & filename -- libgit2 0.22.2