Skip to content

Commit

Permalink
Removed two unused type declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
alleystoughton committed Nov 28, 2023
1 parent d43887b commit 221c412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/ecCoreFol.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ open EcAst
open EcTypes
open EcCoreModules

type memory = EcMemory.memory

module BI = EcBigInt
module Mp = EcPath.Mp
module Sp = EcPath.Sp
Expand Down
2 changes: 0 additions & 2 deletions src/ecMemory.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ let mem_equal = EcAst.mem_equal
(* -------------------------------------------------------------------- *)
type proj_arg = EcAst.proj_arg

type local_memtype = EcAst.local_memtype

let mk_lmt lmt_name lmt_decl lmt_proj =
{ lmt_name;
lmt_decl;
Expand Down

0 comments on commit 221c412

Please sign in to comment.