Skip to content

Commit e999726

Browse files
committed
removing unused files
1 parent d24f987 commit e999726

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

lib/code_ownership.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
require 'code_ownership/team_finder'
1414
require 'code_ownership/cli'
1515
require 'code_ownership/mapper'
16-
require 'code_ownership/private/glob_cache'
1716

1817
begin
1918
RUBY_VERSION =~ /(\d+\.\d+)/

lib/code_ownership/mapper.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# typed: strict
44

5+
# deprecated
6+
# This file only exists to temporarily support the old mapper interface, but it doesn't do anything
57
module CodeOwnership
68
module Mapper
79
extend T::Sig
@@ -53,13 +55,5 @@ def update_cache(cache, files); end
5355

5456
sig { abstract.returns(String) }
5557
def description; end
56-
57-
sig { abstract.void }
58-
def bust_caches!; end
59-
60-
sig { returns(Private::GlobCache) }
61-
def self.to_glob_cache
62-
Private::GlobCache.new
63-
end
6458
end
6559
end

lib/code_ownership/private/glob_cache.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)