summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/rebuild_command.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/commands/rebuild_command.rb b/lib/rubygems/commands/rebuild_command.rb
index 97f05ef79c..77a474ef1d 100644
--- a/lib/rubygems/commands/rebuild_command.rb
+++ b/lib/rubygems/commands/rebuild_command.rb
@@ -10,8 +10,6 @@ require_relative "../package"
class Gem::Commands::RebuildCommand < Gem::Command
include Gem::GemspecHelpers
- DATE_FORMAT = "%Y-%m-%d %H:%M:%S.%N Z"
-
def initialize
super "rebuild", "Attempt to reproduce a build of a gem."