Skip to content

Commit d559562

Browse files
committed
Remove lsst::utils fallback
1 parent 5fbc88f commit d559562

25 files changed

+0
-30
lines changed

include/lsst/cpputils/Backtrace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class Backtrace final {
6262
};
6363

6464
} // namespace cpputils
65-
namespace utils = cpputils;
6665
} // namespace lsst
6766

6867
#endif

include/lsst/cpputils/Cache.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ Cache<Key, Value, KeyHash, KeyPred>::~Cache() {
358358
#endif
359359

360360
}
361-
namespace utils = cpputils;
362361
} // namespace lsst::cpputils
363362

364363

include/lsst/cpputils/CacheFwd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ template <typename Key, typename Value, typename KeyHash=std::hash<Key>,
3737
class Cache;
3838

3939
}
40-
namespace utils = cpputils;
4140
} // namespace lsst::cpputils
4241

4342
#endif // ifndef LSST_CPPUTILS_CACHE_FWD_H

include/lsst/cpputils/Demangle.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ namespace cpputils {
3333
std::string demangleType(std::string const _typeName);
3434

3535
}
36-
namespace utils = cpputils;
3736
} // namespace lsst::cpputils
3837
#endif

include/lsst/cpputils/Magnitude.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ double nanojanskyToABMagnitude(double flux);
5252
double ABMagnitudeToNanojansky(double magnitude);
5353

5454
} // namespace cpputils
55-
namespace utils = cpputils;
5655
} // namespace lsst
5756

5857
#endif // LSST_CPPUTILS_MAGNITUDE_H

include/lsst/cpputils/hashCombine.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ std::size_t hashIterable(std::size_t seed, InputIterator begin, InputIterator en
9999
}
100100

101101
}
102-
namespace utils = cpputils;
103102
} // namespace lsst::cpputils
104103

105104
#endif

include/lsst/cpputils/packaging.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ namespace cpputils {
4040
std::string getPackageDir(std::string const& packageName);
4141

4242
}
43-
namespace utils = cpputils;
4443
} // namespace lsst::cpputils
4544

4645
#endif

include/lsst/cpputils/python.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ class LSST_PRIVATE WrapperCollection final {
455455

456456

457457
}}
458-
namespace utils = cpputils;
459458
} // namespace lsst::cpputils::python
460459

461460
#endif

include/lsst/cpputils/python/Cache.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ void declareCache(py::module & mod, std::string const& name) {
6262
}
6363

6464
}}
65-
namespace utils = cpputils;
6665
} // namespace lsst::cpputils::python
6766

6867
#endif // ifndef LSST_CPPUTILS_PYTHON_CACHE_H

include/lsst/cpputils/python/PySharedPtr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class PySharedPtr final {
8686

8787
} // namespace python
8888
} // namespace cpputils
89-
namespace utils = cpputils;
9089
} // namespace lsst
9190

9291
// Macro must be called in the global namespace

0 commit comments

Comments
 (0)