Skip to content

Commit 3947d38

Browse files
committed
bpid: remove stray return
1 parent 44e6f4a commit 3947d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bpid/bpid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ namespace arduino { namespace bpid {
4141
uint8_t out[SHA256::HASH_SIZE];
4242
arduino::sha256::sha256(data, sizeof(data), out);
4343
return arduino::hex::encode(out, sizeof(out));
44-
return String("");
4544
}
4645

4746
}} // arduino::bpid

0 commit comments

Comments
 (0)