Remove unused enum value to fix GCC warnings

This commit is contained in:
Cameron Gutman
2018-07-07 15:26:20 -07:00
parent 0444ec192a
commit d5cc07f107
-1
View File
@@ -12,7 +12,6 @@ class NvPairingManager
public: public:
enum PairState enum PairState
{ {
NOT_PAIRED,
PAIRED, PAIRED,
PIN_WRONG, PIN_WRONG,
FAILED, FAILED,