summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-18 08:26:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-18 08:26:19 +0000
commit5ed8c08aa0277b30e00cb27cc2da1d785c145170 (patch)
tree3396090647bc228d0cfd94dcda9fc27d9ad2e999 /time.c
parentbc46292caa9ce7114856c0e035ad3bec3114ba32 (diff)
* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't
declare internal functions. * internal.h, vm_core.h: declare internal functions. * array.c: include internal.h. * common.mk: update dependency for array.o. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/time.c b/time.c
index 5e69ff5dbb..5dbf9b22ca 100644
--- a/time.c
+++ b/time.c
@@ -4519,7 +4519,6 @@ strftimev(const char *fmt, VALUE time)
static VALUE
time_strftime(VALUE time, VALUE format)
{
- void rb_enc_copy(VALUE, VALUE);
struct time_object *tobj;
char buffer[SMALLBUF], *buf = buffer;
const char *fmt;