Skip to content

Commit

Permalink
remove unused status
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 5, 2024
1 parent 89cf702 commit 9dcd94a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hal/src/main/native/cpp/jni/NotifierJNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ JNIEXPORT void JNICALL
Java_edu_wpi_first_hal_NotifierJNI_cleanNotifier
(JNIEnv* env, jclass, jint notifierHandle)
{
int32_t status = 0;
if (notifierHandle != HAL_kInvalidHandle) {
HAL_CleanNotifier((HAL_NotifierHandle)notifierHandle);
}
CheckStatus(env, status);
}

/*
Expand Down

0 comments on commit 9dcd94a

Please sign in to comment.