[前][次][番号順一覧][スレッド一覧]

ruby-changes:60198

From: Takashi <ko1@a...>
Date: Wed, 26 Feb 2020 16:24:54 +0900 (JST)
Subject: [ruby-changes:60198] eb75f0d134 (master): Remove an unused declaration

https://git.ruby-lang.org/ruby.git/commit/?id=eb75f0d134

From eb75f0d1346c5f3f74ad91e4e9bbc1eb7ea697f6 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 25 Feb 2020 23:24:24 -0800
Subject: Remove an unused declaration

It was unnecessary in b9007b6c548f91e88fd3f2ffa23de740431fa969

diff --git a/mjit.c b/mjit.c
index d2142d9..cae4c13 100644
--- a/mjit.c
+++ b/mjit.c
@@ -27,8 +27,6 @@ https://github.com/ruby/ruby/blob/trunk/mjit.c#L27
 #include "mjit_worker.c"
 #include "vm_callinfo.h"
 
-static void create_unit(const rb_iseq_t *iseq);
-
 // Copy ISeq's states so that race condition does not happen on compilation.
 static void
 mjit_copy_job_handler(void *data)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]