summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-08-02 12:06:44 +0900
committerGitHub <noreply@github.com>2021-08-02 12:06:44 +0900
commit378e8cdad69e6ba995a024da2957719789f0679e (patch)
tree99ffe0f8055bc10cba3225fb5e7a906f5c3f4543 /file.c
parent3688b476710def7290e32656b200fefc538366d0 (diff)
Using RBOOL macro
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4695 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.c b/file.c
index 0afee429de..4ea8de6d20 100644
--- a/file.c
+++ b/file.c
@@ -171,8 +171,6 @@ int flock(int, int);
#include "ruby/thread.h"
#include "ruby/util.h"
-#define RBOOL(v) ((v) ? Qtrue : Qfalse)
-
VALUE rb_cFile;
VALUE rb_mFileTest;
VALUE rb_cStat;