Skip to content

Commit fa46ade

Browse files
committed
removed sheafMap from Varieties
1 parent a4ed0dd commit fa46ade

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

M2/Macaulay2/packages/Varieties/SheafMaps.m2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export {
22
-- Types
33
"SheafMap",
44
-- Methods
5-
"sheafMap",
65
-- "isLiftable",
76
-- "yonedaSheafExtension",
87
-- "yonedaSheafExtension'",
@@ -89,10 +88,6 @@ sheaf(Variety, Matrix) := SheafMap => (X, phi) -> map(sheaf_X target phi,
8988
sheaf(Variety, Matrix, ZZ) := SheafMap => (X, phi, d) -> map(sheaf_X target phi, sheaf_X source phi,
9089
truncate(d, phi, MinimalGenerators => false), d)
9190

92-
-- TODO: remove by M2 1.25
93-
sheafMapWarn = true
94-
sheafMap = x -> (if sheafMapWarn then (sheafMapWarn = false; printerr "Note: sheafMap is deprecated; use sheaf instead."); sheaf x)
95-
9691
random(CoherentSheaf, CoherentSheaf) := SheafMap => o -> (F, G) -> map(F, G, random(F.module, G.module, o))
9792

9893
isWellDefined SheafMap := f -> (

M2/Macaulay2/packages/Varieties/doc-maps.m2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
undocumented {
2-
sheafMap, -- deprecated
32
-- TODO: document some of these
43
(symbol SPACE, SheafMap, ZZ),
54
(symbol +, SheafMap, SheafMap),

0 commit comments

Comments
 (0)