Skip to content

Commit 2986489

Browse files
committed
remove traces in meson.build
1 parent 9a1489b commit 2986489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
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

0 commit comments

Comments
 (0)