Skip to content

Commit

Permalink
Remove unused exports #1964
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed May 9, 2023
1 parent 530373c commit 8b5be50
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 29 deletions.
2 changes: 0 additions & 2 deletions experimental/Schemes/CoherentSheaves.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export CoherentSheaf
export DirectSumSheaf
export LineBundle
export PullbackSheaf
export PushforwardSheaf
export cotangent_sheaf
Expand Down
5 changes: 0 additions & 5 deletions experimental/Schemes/CoveredProjectiveSchemes.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export CoveredProjectiveScheme
export ProjectiveGlueing
export _non_degeneration_cover
export as_smooth_lci_of_cod
export as_smooth_local_complete_intersection
export base_covering
export base_glueing
export base_scheme
Expand All @@ -11,10 +8,8 @@ export controlled_transform
export covered_scheme
export empty_covered_projective_scheme
export glueing_type
export prepare_smooth_center
export projective_patches
export strict_transform
export total_transform
export weak_transform

abstract type AbsProjectiveGlueing{
Expand Down
3 changes: 0 additions & 3 deletions experimental/Schemes/IdealSheaves.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
export IdealSheaf
export covered_patches
export covering
export extend!
export ideal_dict
export ideal_sheaf
export ideal_sheaf_type
export order_on_divisor
export scheme
export subscheme
Expand Down
1 change: 0 additions & 1 deletion experimental/Schemes/Sheaves.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export AbsPrePreSheaf
export PreSheafOnScheme
export StructureSheafOfRings
export restriction_map
Expand Down
2 changes: 0 additions & 2 deletions src/Rings/FinField.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ function disc_log(a::T) where {T <: FinFieldElem}
end

export disc_log
export generator

end # module DiscLog

export disc_log
export generator
17 changes: 1 addition & 16 deletions src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export Covering
export CoveringMorphism
export CyclicQuotientSingularity
export DirectProductGroup
export DirectProductOfElem
export Directed
export DivisorOnTropicalCurve
export Edge
Expand Down Expand Up @@ -204,7 +203,6 @@ export affine_inequality_matrix
export affine_normal_toric_variety
export affine_open_covering
export affine_patch
export affine_patch_type
export affine_patches
export affine_space
export alexander_dual
Expand All @@ -222,7 +220,6 @@ export all_triangulations
export allow_unicode
export alternating_form
export alternating_group
export ambient
export ambient_coordinate_ring
export ambient_coordinates
export ambient_dim
Expand Down Expand Up @@ -257,7 +254,6 @@ export base_ring_elem_type
export base_ring_module
export base_ring_type
export base_scheme
export base_scheme_type
export bases
export basic_patches
export basis_of_global_sections
Expand Down Expand Up @@ -344,7 +340,7 @@ export comm!
export common_denominator
export common_refinement
export complement
export complement_class_reps, has_complement_class_reps, set_complement_class_reps
export complement_class_reps
export complement_equation
export complement_equations
export complement_ideal
Expand Down Expand Up @@ -386,7 +382,6 @@ export corank
export core
export corresponding_bilinear_form
export corresponding_quadratic_form
export coset_decomposition
export covered_projection_to_base
export covered_scheme
export covered_scheme_morphism
Expand Down Expand Up @@ -462,7 +457,6 @@ export dual_continued_fraction_hirzebruch_jung
export dual_matroid
export dual_subdivision
export dualgraph
export dualsubdivision
export edgegraph
export edges
export ehrhart_polynomial
Expand Down Expand Up @@ -603,7 +597,6 @@ export hom
export hom_product
export hom_tensor
export hom_without_reversing_direction
export homogeneity_space
export homogeneous_component
export homogeneous_components
export homogeneous_coordinates
Expand Down Expand Up @@ -653,7 +646,6 @@ export integral_basis
export integrate
export interior_lattice_points
export intersect
export intersect_stably
export intersection_form
export intersections
export inv
Expand Down Expand Up @@ -876,7 +868,6 @@ export link_subcomplex
export load
export load_lp
export load_mps
export load_simplicialcomplex
export localized_ring
export loops
export low_index_subgroup_reps
Expand Down Expand Up @@ -998,7 +989,6 @@ export normal_toric_variety
export normal_vector
export normalization
export normalization_with_delta
export normalize
export normalize!
export normalized_volume
export normalizer
Expand Down Expand Up @@ -1062,7 +1052,6 @@ export permutation_matrix
export permutation_of_terms
export permuted
export picard_group
export pivots
export platonic_solid
export point_coordinates
export point_matrix
Expand Down Expand Up @@ -1198,7 +1187,6 @@ export saturation_with_index
export save
export save_lp
export save_mps
export save_simplicialcomplex
export scalar_product
export scheme
export schur_index
Expand All @@ -1214,7 +1202,6 @@ export set_commutator!
export set_conjugate!
export set_coordinate_names
export set_coordinate_names_of_torus
export set_degrees
export set_grading
export set_name!
export set_power!
Expand All @@ -1241,7 +1228,6 @@ export singular_coeff_ring
export singular_locus
export singular_locus_reduced
export singular_poly_ring
export slope
export slpoly_ring
export small_generating_set
export small_generating_set, has_small_generating_set, set_small_generating_set
Expand Down Expand Up @@ -1322,7 +1308,6 @@ export trivial_divisor
export trivial_divisor_class
export trivial_morphism
export trivial_subgroup, has_trivial_subgroup, set_trivial_subgroup
export tropical_link
export tropical_points
export tropical_polynomial
export tropical_variety
Expand Down

0 comments on commit 8b5be50

Please sign in to comment.