Skip to content

Commit

Permalink
Remove unused RingBuffer class
Browse files Browse the repository at this point in the history
Call was removed in 25efe93 as part of removing varz
  • Loading branch information
Gerg committed Aug 24, 2020
1 parent ee681c6 commit 3ac1c9a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
2 changes: 2 additions & 0 deletions lib/cloud_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

require 'uaa/token_coder'

module VCAP; end

require 'sinatra/vcap'
require File.expand_path('../config/environment', __dir__)

Expand Down
1 change: 0 additions & 1 deletion lib/sinatra/vcap.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'vcap/ring_buffer'
require 'vcap/rest_api'
require 'vcap/request'
require 'presenters/error_presenter'
Expand Down
16 changes: 0 additions & 16 deletions lib/vcap/ring_buffer.rb

This file was deleted.

47 changes: 0 additions & 47 deletions spec/unit/lib/vcap/ring_buffer_spec.rb

This file was deleted.

0 comments on commit 3ac1c9a

Please sign in to comment.