Skip to content

Commit e36a5a0

Browse files
committed
Remove unused import of GpdCont.Delooping
1 parent af361f2 commit e36a5a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

GpdCont/Group/MapConjugator.agda

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
open import GpdCont.Prelude
22
open import GpdCont.Group.DeloopingCategory
3-
import GpdCont.Delooping as Delooping
43

54
open import Cubical.Foundations.HLevels
65
open import Cubical.Foundations.Equiv
@@ -25,12 +24,6 @@ module GpdCont.Group.MapConjugator {ℓ} {G H : Group ℓ} where
2524
private
2625
open module H = GroupStr (str H) using (_·_)
2726

28-
𝔹G = Delooping.𝔹 G
29-
𝔹H = Delooping.𝔹 H
30-
31-
module 𝔹G = Delooping G
32-
module 𝔹H = Delooping H
33-
3427
variable
3528
φ ψ : GroupHom G H
3629

0 commit comments

Comments
 (0)