Skip to content

Commit 80025d1

Browse files
authored
Remove references to Zubax specific code. (#225)
* Remove reference to dsyhlo. * Remove no-longer ignored word sitl.
1 parent 34fd4a1 commit 80025d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
arithmetics
22
wan
3-
sitl

src/util/registry/registry_impl.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ class Registry : public IIntrospectableRegistry
243243
/// the callables are moved to the heap.
244244
///
245245
/// The name object is moved to the heap as well; if this is an std::string_view or some other reference,
246-
/// then it has to outlive the register. If this cannot be ensured, use some type that owns the string;
247-
/// e.g., dyshlo::sitl::String.
246+
/// then it has to outlive the register. If this cannot be ensured, use some type that owns the string.
248247
/// The name shall be convertible to std::string_view.
249248
///
250249
/// The getter should simply return anything that can be converted to Value. It can be a primitive type as well.

0 commit comments

Comments
 (0)