diff options
Diffstat (limited to 'compiler/utils/Binary.hs')
-rw-r--r-- | compiler/utils/Binary.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs index ea53b31729..705bb79d4d 100644 --- a/compiler/utils/Binary.hs +++ b/compiler/utils/Binary.hs @@ -891,4 +891,3 @@ instance Binary WarningTxt where return (WarningTxt w) _ -> do d <- get bh return (DeprecatedTxt d) - |