Skip to content

Commit 260cdd6

Browse files
committed
Remove silly backwards compatible block
1 parent 0e1936f commit 260cdd6

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

lib/ldclient-rb/data_system.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,3 @@ def self.persistent_store(store)
546546
end
547547
end
548548
end
549-
550-
# Backward-compatible aliases so that existing code referencing the Impl namespace
551-
# (including internal specs) continues to work.
552-
module LaunchDarkly
553-
module Impl
554-
module DataSystem
555-
PollingDataSourceBuilder = LaunchDarkly::DataSystem::PollingDataSourceBuilder
556-
FDv1PollingDataSourceBuilder = LaunchDarkly::DataSystem::FDv1PollingDataSourceBuilder
557-
StreamingDataSourceBuilder = LaunchDarkly::DataSystem::StreamingDataSourceBuilder
558-
end
559-
end
560-
end

0 commit comments

Comments
 (0)