diff options
| author | chenzizhan <[email protected]> | 2023-09-27 16:02:51 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-09-27 16:02:51 +0800 |
| commit | e938e4a19295253f004a8e6c45dac40aac305fd4 (patch) | |
| tree | 9bdcea29cc8e066a8c3545632500188d2361e049 /include | |
| parent | 833b336ab8279ef69fa50590bd4628368c2a2f57 (diff) | |
fuzz test comprehensive
Diffstat (limited to 'include')
| -rw-r--r-- | include/fieldstat/fieldstat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h index 157b783..1c87e4a 100644 --- a/include/fieldstat/fieldstat.h +++ b/include/fieldstat/fieldstat.h @@ -8,8 +8,6 @@ extern "C" #include <stddef.h> #include <stdbool.h> -#define EXPORT_VER 1 // increase by 1 when the serialization format is changed. - #define FS_OK 0 #define FS_ERR_TOO_MANY_CELLS -1 #define FS_ERR_NULL_HANDLER -2 |
