diff options
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/misc.h b/apps/misc.h index b5547ec..807f231 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -24,9 +24,6 @@ #include <stdbool.h> #include <inttypes.h> -#define BOM "\xef\xbb\xbf" -#define BOM_SIZE 3 - /* Format a large-range value for output, using the appropriate unit so that * the displayed value is in the range 1 <= display < 1000 (1024 for "binary" * units) if possible, and 3 significant digits are shown. If a buffer is |