diff options
| author | dearblue <[email protected]> | 2020-05-09 22:30:05 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2020-05-09 22:30:05 +0900 |
| commit | f6c2662632faa8b4f2d8f0cf07f3727a34a36015 (patch) | |
| tree | 69fcb9b1ce2a41e194b241130bdf0a2b295758ab /src | |
| parent | 8cdf6a87ed4d9d443a2f3289648a82c24a350cbf (diff) | |
| download | mruby-f6c2662632faa8b4f2d8f0cf07f3727a34a36015.tar.gz mruby-f6c2662632faa8b4f2d8f0cf07f3727a34a36015.zip | |
Remove byteorder constants; ref 87576b8
The `FLAG_BYTEORDER_NATIVE` and `FLAG_BYTEORDER_NONATIVE` are no longer
needed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dump.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dump.c b/src/dump.c index 95fe1ac82..a6bbe68f3 100644 --- a/src/dump.c +++ b/src/dump.c @@ -13,9 +13,6 @@ #include <mruby/numeric.h> #include <mruby/debug.h> -#define FLAG_BYTEORDER_NATIVE 2 -#define FLAG_BYTEORDER_NONATIVE 0 - #ifndef MRB_WITHOUT_FLOAT #ifdef MRB_USE_FLOAT #define MRB_FLOAT_FMT "%.9g" |
