Skip to content

Commit db33762

Browse files
stuqdoglia-viam
andauthored
RSDK-12350 - remove location secret connection code (#491)
Co-authored-by: lia <[email protected]>
1 parent a856b5a commit db33762

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/viam/examples/modules/complex/proto/buf.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ deps:
44
- remote: buf.build
55
owner: googleapis
66
repository: googleapis
7-
commit: 61b203b9a9164be9a834f58c37be6f62
8-
digest: shake256:e619113001d6e284ee8a92b1561e5d4ea89a47b28bf0410815cb2fa23914df8be9f1a6a98dcf069f5bc2d829a2cfb1ac614863be45cd4f8a5ad8606c5f200224
7+
commit: 72c8614f3bd0466ea67931ef2c43d608
8+
digest: shake256:b3ac4d383db09f92ab0ca85d12bff8c49eddf7031bd3a854c260b6ac4ed6a2bb85b52b3393c316d28f8038bf3b8e70cb3d16470e8cc4423007678fb6d89d36d4

src/viam/sdk/rpc/dial.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@ const boost::optional<DialOptions>& Options::dial_options() const {
233233
return dial_options_;
234234
}
235235

236-
Credentials::Credentials(std::string payload)
237-
: type_("robot-location-secret"), payload_(std::move(payload)) {}
238-
239236
Credentials::Credentials(std::string type, std::string payload)
240237
: type_(std::move(type)), payload_(std::move(payload)) {}
241238

src/viam/sdk/rpc/dial.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class ViamChannel {
5858

5959
class Credentials {
6060
public:
61-
/// @deprecated use `Credentials(std::string type, std::string payload)`
62-
Credentials(std::string payload);
6361
Credentials(std::string type, std::string payload);
6462
const std::string& type() const;
6563
const std::string& payload() const;

0 commit comments

Comments
 (0)