Skip to content

Commit

Permalink
Remove unused WASM header
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 20, 2024
1 parent 6fc26ec commit c6b191c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hub/dataSources/wpilog/indexer/wpilogIndexer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

const uint64_t OUTPUT_HEADER_SIZE = sizeof(double) * 2 + sizeof(uint32_t);
const uint64_t OUTPUT_RECORD_SIZE = sizeof(uint32_t) * 2;
Expand Down

0 comments on commit c6b191c

Please sign in to comment.