We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1936f commit 260cdd6Copy full SHA for 260cdd6
1 file changed
lib/ldclient-rb/data_system.rb
@@ -546,15 +546,3 @@ def self.persistent_store(store)
546
end
547
548
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
560
-end
0 commit comments