diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 17:29:36 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-27 17:29:36 +0900 |
commit | 781ad1847c14a3e804a622d382626bad3d2530f3 (patch) | |
tree | 223ff300cf2551373623a8a79f438fbf7f246eb8 /example-fs-bb48 | |
parent | 8eb21306642a2b96cc85730a69625dcd492234cc (diff) |
example-fs-bb48: rm crc32.h
Diffstat (limited to 'example-fs-bb48')
-rw-r--r-- | example-fs-bb48/command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example-fs-bb48/command.c b/example-fs-bb48/command.c index 08e6b47..f4cfa7d 100644 --- a/example-fs-bb48/command.c +++ b/example-fs-bb48/command.c @@ -198,8 +198,6 @@ cmd_mww (struct tty *tty, const char *line) #ifdef CRC32_SUPPORT -#include "crc32.h" - static unsigned int crc_value; static void |