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-15831: Remove ra/dec string handling routines #62

Merged
merged 2 commits into from
Sep 24, 2018
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ tests/ieee
examples/demangle
_build.*
.coverage
.pytest_cache
56 changes: 0 additions & 56 deletions include/lsst/utils/RaDecStr.h

This file was deleted.

1 change: 0 additions & 1 deletion python/lsst/utils/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11([
'python',
'raDecStr',
'demangle',
'utils',
'backtrace',
Expand Down
1 change: 0 additions & 1 deletion python/lsst/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

import lsst.pex.exceptions

from .raDecStr import *
from .demangle import *
from .utils import *
from .get_caller_name import *
Expand Down
25 changes: 0 additions & 25 deletions python/lsst/utils/raDecStr.cc

This file was deleted.

219 changes: 0 additions & 219 deletions src/RaDecStr.cc

This file was deleted.