diff options
-rw-r--r-- | Git/CatFile.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/CatFile.hs b/Git/CatFile.hs index c63a0647c..d213bef06 100644 --- a/Git/CatFile.hs +++ b/Git/CatFile.hs @@ -104,7 +104,6 @@ catTree h treeref = go <$> catObjectDetails h treeref (dropsha rest) -- these 20 bytes after the NUL hold the file's sha - -- TODO: convert from raw form to regular sha dropsha = L.drop 21 parsemodefile b = |