common_dbc.h: remove ARRAYSIZE (#941)

remove ARRAYSIZE
This commit is contained in:
Dean Lee 2023-09-06 22:35:52 +08:00 committed by GitHub
parent 5ebf73ebed
commit 8f7e15202d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#include <string>
#include <vector>
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
struct SignalPackValue {
std::string name;
double value;