abstract x64+riscv: clean up some Word_Lib imports

These are already imported upstream.

Signed-off-by: Rafal Kolanski <rafal.kolanski@proofcraft.systems>
This commit is contained in:
Rafal Kolanski 2021-07-16 12:42:05 +10:00 committed by Rafal Kolanski
parent 2cf89e20c8
commit 2248d34495
3 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ theory ArchDecode_A
imports
Interrupt_A
InvocationLabels_A
"Word_Lib.Word_Lib"
"ExecSpec.InvocationLabels_H"
begin

View File

@ -14,7 +14,6 @@ theory ArchDecode_A
imports
Interrupt_A
InvocationLabels_A
"Word_Lib.Word_Lib"
"ExecSpec.InvocationLabels_H"
begin

View File

@ -13,7 +13,6 @@ chapter "x64 Machine Instantiation"
theory Machine_A
imports
"Word_Lib.WordSetup"
"Lib.NonDetMonad"
"ExecSpec.MachineTypes"
"ExecSpec.MachineOps"