[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Remove an unnecessary line from svnshell.rb.

From: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2005-10-23 10:23:22 CEST

Hi,

I found requiring 'time' not necessary for svnshell.rb.
It is unused not only now but also at the previous revisions in the
Subversion's repository.
Maybe it was used before imported...

Of course it does no harm, but removing it is better than keeping.
Please see this patch.

Thanks,

-nori

  Index: tools/examples/svnshell.rb
  ===================================================================
  --- tools/examples/svnshell.rb (revision 16925)
  +++ tools/examples/svnshell.rb (working copy)
  @@ -25,7 +25,6 @@
   
   require "readline"
   require "shellwords"
  -require "time"
   
   require "svn/fs"
   require "svn/core"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 23 10:24:03 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.