diff options
| author | Masaki Muranaka <[email protected]> | 2012-09-29 17:00:32 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2012-09-29 17:00:32 +0900 |
| commit | d085ac228e089e72e8bf583ba4b7affa9a027080 (patch) | |
| tree | 0dce1b2e635efbbad440fe10a745daf8ca72bc4e /src/struct.c | |
| parent | 5adbbe66d86de3959d2e8cb114c8be255459bb0a (diff) | |
| download | mruby-d085ac228e089e72e8bf583ba4b7affa9a027080.tar.gz mruby-d085ac228e089e72e8bf583ba4b7affa9a027080.zip | |
mrb_long2int(n) : Remove as unused.
defines.h : Remove as already commented out.
Diffstat (limited to 'src/struct.c')
| -rw-r--r-- | src/struct.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/struct.c b/src/struct.c index a5ffe6453..a1ad2e1c0 100644 --- a/src/struct.c +++ b/src/struct.c @@ -11,7 +11,6 @@ #include "mruby/struct.h" #include "mruby/array.h" #include <stdarg.h> -//#include "defines.h" #ifdef ENABLE_REGEXP #include "encoding.h" @@ -20,8 +19,6 @@ #include "mruby/string.h" #include "mruby/class.h" #include "mruby/variable.h" -//#include "defines.h" -#define mrb_long2int(n) ((int)(n)) static struct RClass * |
