Skip to content

Commit add6916

Browse files
committed
remove comments to self
1 parent 4c29471 commit add6916

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conanfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def package_info(self):
9393

9494
# TODO(RSDK-10366): Currently, rust_utils is not published for windows
9595
# and the C++ SDK just doesn't include it as a dependency on that platform
96-
# CR erodkin: what was the `if windows` logic even doing here? it didn't seem to make a difference on windows
9796
self.cpp_info.components["viam_rust_utils"].libs = ["viam_rust_utils"]
9897

9998
self.cpp_info.components["viamsdk"].libs = ["viamsdk"]
@@ -139,7 +138,6 @@ def package_info(self):
139138

140139
# TODO(RSDK-10366): Currently, rust_utils is not published for windows
141140
# and the C++ SDK just doesn't include it as a dependency on that platform
142-
# CR erodkin: what was the `if windows` logic even doing here? it didn't seem to make a difference on windows
143141
self.cpp_info.components["viamsdk"].requires.extend([
144142
"viam_rust_utils"
145143
])

0 commit comments

Comments
 (0)