Commit db075ff3ba74343aed64ad0be27e1479ef93ed48

Sam Lantinga 2022-09-26T22:45:01

Removed unused variable

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/hidapi/SDL_hidapi_ps4.c b/src/joystick/hidapi/SDL_hidapi_ps4.c
index bc5821b..05ce68c 100644
--- a/src/joystick/hidapi/SDL_hidapi_ps4.c
+++ b/src/joystick/hidapi/SDL_hidapi_ps4.c
@@ -979,8 +979,6 @@ VerifyCRC(Uint8 *data, int size)
 static SDL_bool
 HIDAPI_DriverPS4_IsPacketValid(SDL_DriverPS4_Context *ctx, Uint8 *data, int size)
 {
-    PS4StatePacket_t *packet = NULL;
-
     switch (data[0]) {
     case k_EPS4ReportIdUsbState:
         /* In the case of a DS4 USB dongle, bit[2] of byte 31 indicates if a DS4 is actually connected (indicated by '0').