Skip to content

Commit 281d960

Browse files
drop deprecated functions and files (#64)
1 parent fd91fa8 commit 281d960

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

config_utilities/include/config_utilities/factory.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -333,21 +333,6 @@ class ModuleRegistry {
333333
template <typename T>
334334
struct ModuleMapBase {};
335335

336-
//! @brief Original internal API for registering factories (used by public hydra_ros)
337-
template <typename BaseT, typename... Args>
338-
struct ModuleMapBase<std::function<BaseT*(const YAML::Node&, Args...)>> {
339-
[[deprecated("see ModuleRegistry instead")]] static void
340-
addEntry(const std::string& type, const std::function<BaseT*(const YAML::Node&)>& func, const std::string&) {
341-
ModuleRegistry::addModule<BaseT, const YAML::Node&>(type, func, true);
342-
}
343-
};
344-
345-
//! @brief Original internal API to get type signature (used by public hydra_ros)
346-
template <typename BaseT, typename... Args>
347-
[[deprecated("see ModuleInfo instead")]] std::string typeInfo() {
348-
return ModuleInfo::fromTypes<BaseT, Args...>().typeInfo();
349-
}
350-
351336
template <typename ConfigT>
352337
struct ConfigWrapperImpl : public ConfigWrapper {
353338
explicit ConfigWrapperImpl(const std::string& _type) : ConfigWrapper(_type) {}

config_utilities/include/config_utilities/globals.h

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

0 commit comments

Comments
 (0)