mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Don't even set these blobOid fields.
This commit is contained in:
parent
5194b1b8f2
commit
a1f46b26e1
@ -88,7 +88,6 @@ parseSymbols blobs = do
|
||||
& P.language .~ (bridging # blobLanguage')
|
||||
& P.symbols .~ mempty
|
||||
& P.errors .~ [defMessage & P.error .~ pack e]
|
||||
& P.blobOid .~ mempty
|
||||
|
||||
tagsToFile :: [Tag] -> File
|
||||
tagsToFile tags = defMessage
|
||||
@ -96,7 +95,6 @@ parseSymbols blobs = do
|
||||
& P.language .~ (bridging # blobLanguage')
|
||||
& P.symbols .~ fmap tagToSymbol tags
|
||||
& P.errors .~ mempty
|
||||
& P.blobOid .~ mempty
|
||||
|
||||
tagToSymbol :: Tag -> Symbol
|
||||
tagToSymbol Tag{..} = defMessage
|
||||
|
Loading…
Reference in New Issue
Block a user