1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Revert "Stub in a module for Precise addresses."

This reverts commit fc6b583e1172a7589055868863b4e010f7ec5f4f.
This commit is contained in:
Rob Rix 2018-05-16 13:18:29 -04:00
parent e8aa1a4da7
commit 7527a9a076
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ library
, Control.Abstract.Value
-- Datatypes for abstract interpretation
, Data.Abstract.Address
, Data.Abstract.Address.Precise
, Data.Abstract.Cache
, Data.Abstract.Configuration
, Data.Abstract.Declarations

View File

@ -1 +0,0 @@
module Data.Abstract.Address.Precise where