From 80a146481150bd7e51df3cfcd8d03ebdb6ebf986 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 18 Sep 2014 19:46:49 +0200 Subject: remove unused type --- SHARC/Types.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SHARC') diff --git a/SHARC/Types.hs b/SHARC/Types.hs index e58fed3..d6c9eac 100644 --- a/SHARC/Types.hs +++ b/SHARC/Types.hs @@ -163,10 +163,6 @@ data AccessType = Read | Write -- memory acces data WordAccess = NW | LW -- LW forces a long word access when address is in normal word address deriving Show -data BranchAbsRel = Abs -- direct branch (absolute address) - | Rel -- PC-relative branch - deriving Show - data BranchType = Jump | Call deriving Show -- cgit v1.2.3