Skip to content

Commit 13f44b3

Browse files
committed
Ruby 1.9.3 compatibility no longer existed
1 parent 521e9dc commit 13f44b3

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

ext/concurrent-ruby-ext/atomic_boolean.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "atomic_boolean.h"
44
#include "atomic_reference.h"
5-
#include "ruby_193_compatible.h"
65

76
void atomic_boolean_mark(void *value) {
87
rb_gc_mark_maybe((VALUE) value);

ext/concurrent-ruby-ext/atomic_fixnum.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "atomic_fixnum.h"
44
#include "atomic_reference.h"
5-
#include "ruby_193_compatible.h"
65

76
void atomic_fixnum_mark(void *value) {
87
rb_gc_mark_maybe((VALUE) value);

ext/concurrent-ruby-ext/ruby_193_compatible.h

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)