Skip to content

Commit 7860478

Browse files
author
Release Manager
committed
gh-40349: remove the auld historic "Group" class This was deprecated in #37449 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: #40349 Reported by: Frédéric Chapoton Reviewer(s): David Coudert
2 parents 0ecad0f + 2986489 commit 7860478

File tree

3 files changed

+0
-233
lines changed

3 files changed

+0
-233
lines changed

src/sage/groups/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ py.install_sources(
2525
'libgap_mixin.py',
2626
'libgap_morphism.py',
2727
'libgap_wrapper.pxd',
28-
'old.pxd',
2928
'pari_group.py',
3029
'raag.py',
3130
subdir: 'sage/groups',
@@ -34,7 +33,6 @@ py.install_sources(
3433
extension_data = {
3534
'group' : files('group.pyx'),
3635
'libgap_wrapper' : files('libgap_wrapper.pyx'),
37-
'old' : files('old.pyx'),
3836
}
3937

4038
foreach name, pyx : extension_data

src/sage/groups/old.pxd

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/sage/groups/old.pyx

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)