mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix errors from new cpplint.py (#7105)
This commit is contained in:
@@ -176,7 +176,6 @@ Java_edu_wpi_first_hal_can_CANJNI_readCANStreamSession
|
||||
// OOM, just return
|
||||
elem = JLocal<jobject>{env, CreateCANStreamMessage(env)};
|
||||
if (elem) {
|
||||
std::printf("Allocated and set object\n");
|
||||
env->SetObjectArrayElement(messages, i, elem);
|
||||
} else {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user