1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

🔥 another spurious Reader.

This commit is contained in:
Rob Rix 2017-12-21 13:24:49 -05:00
parent 191acc05a7
commit 336a595ff5

View File

@ -24,7 +24,6 @@ type DeadCodeInterpreter t v
= '[ State (Dead t)
, Fail
, State (Store (LocationFor v) v)
, Reader (Set (Address (LocationFor v) v))
, Reader (Environment (LocationFor v) v)
]