1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 18:36:27 +03:00

Not using this

This commit is contained in:
Timothy Clem 2018-03-05 19:32:03 -08:00
parent a8b72a85db
commit 32d89acbbe

View File

@ -94,7 +94,6 @@ class ValueRoots l v | v -> l where
instance (FreeVariables term, Ord location) => ValueRoots location (Value location term) where
valueRoots v
| Just (Closure names body env) <- prj v = envRoots env (foldr Set.delete (freeVariables body) names)
| Just (Interface _ env) <- prj v = envAll env
| otherwise = mempty
instance ValueRoots Monovariant Type.Type where