summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.h
diff options
context:
space:
mode:
authorKenta Murata <[email protected]>2020-12-30 00:19:10 +0900
committerKenta Murata <[email protected]>2020-12-30 00:22:21 +0900
commit8d93c1e70fb0923c53f2342852f4489b21bd80d3 (patch)
treefc1344ad9b7a5c4407f8b52274fc5da36ce15468 /ext/bigdecimal/bigdecimal.h
parent086f3f187224fa59e294947ed4e840bc277aadc5 (diff)
[ruby/bigdecimal] Remove VP_EXCEPTION_MEMORY
It is no longer used due to the previous commit. https://github.com/ruby/bigdecimal/commit/7d463f802b
Diffstat (limited to 'ext/bigdecimal/bigdecimal.h')
-rw-r--r--ext/bigdecimal/bigdecimal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index c89f212ad3..8027873877 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -221,7 +221,6 @@ extern VALUE rb_cBigDecimal;
/* Following 2 exceptions can't controlled by user */
#define VP_EXCEPTION_OP ((unsigned short)0x0020)
-#define VP_EXCEPTION_MEMORY ((unsigned short)0x0040)
#define RMPD_EXCEPTION_MODE_DEFAULT 0U