Przeglądaj źródła

Removes initialization of key in electronic key test

Martin Melik Merkumians 9 lat temu
rodzic
commit
66d6085b3f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/tests/cip/cipelectronickeytest.cpp

+ 1 - 1
source/tests/cip/cipelectronickeytest.cpp

@@ -16,7 +16,7 @@ extern "C" {
 }
 
 TEST_GROUP(CipElectronicKey) {
-  ElectronicKeyFormat4 *key = NULL;
+  ElectronicKeyFormat4 *key;
 
   void setup() {
     key = ElectronicKeyFormat4New();