Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-37552: Remove threads code and lsstimport #64

Merged
merged 3 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
72 changes: 0 additions & 72 deletions include/lsst/base/library.h

This file was deleted.

60 changes: 0 additions & 60 deletions include/lsst/base/threads.h

This file was deleted.

2 changes: 1 addition & 1 deletion python/lsst/base/SConscript
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(["threads", "cppimport"], addUnderscore=False)
scripts.BasicSConscript.pybind11(["cppimport"], addUnderscore=False)
1 change: 0 additions & 1 deletion python/lsst/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .version import *
from .threads import *

try:
# Keep backwards compatibility for Packages.
Expand Down
40 changes: 0 additions & 40 deletions python/lsst/base/threads.cc

This file was deleted.

9 changes: 9 additions & 0 deletions python/lsstimport.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import warnings


warnings.warn(
"lsstimport has been a no-op since v19.0 and will be removed after "
"v27.0. Please remove the import from your __init__.py.",
category=FutureWarning,
stacklevel=2
)
43 changes: 0 additions & 43 deletions src/library.cc

This file was deleted.

158 changes: 0 additions & 158 deletions src/threads.cc

This file was deleted.