diff options
-rw-r--r-- | tools/create_hugo/create_hugo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/create_hugo/create_hugo.cpp b/tools/create_hugo/create_hugo.cpp index 8c93b0d597..0f460c9268 100644 --- a/tools/create_hugo/create_hugo.cpp +++ b/tools/create_hugo/create_hugo.cpp @@ -79,11 +79,6 @@ int main(int argc, char *argv[]) { int i; int nbrElem, nbrSubElem; - uint8 padBuf[DATAALIGNMENT]; - - for (i = 0; i < DATAALIGNMENT; i++) - padBuf[i] = 0; - outFile = fopen("hugo.dat", "wb"); // Write header |