aboutsummaryrefslogtreecommitdiffstats
path: root/timev.h
diff options
context:
space:
mode:
Diffstat (limited to 'timev.h')
-rw-r--r--timev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/timev.h b/timev.h
index 6f124aa6bf..d9d84b6d1c 100644
--- a/timev.h
+++ b/timev.h
@@ -1,9 +1,6 @@
#ifndef RUBY_TIMEV_H
#define RUBY_TIMEV_H
-#if 0
-struct vtm {/* dummy for TAGS */};
-#endif
PACKED_STRUCT_UNALIGNED(struct vtm {
VALUE year; /* 2000 for example. Integer. */
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */