summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal.h b/internal.h
index 1a9be71c31..a4d56b9984 100644
--- a/internal.h
+++ b/internal.h
@@ -420,12 +420,6 @@ struct RRational {
#define RRATIONAL(obj) (R_CAST(RRational)(obj))
-struct RSymbol {
- struct RBasic basic;
- VALUE fstr;
- ID type;
-};
-
struct RFloat {
struct RBasic basic;
double float_value;