File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ public void call(Throwable e) {
94
94
}
95
95
};
96
96
97
- RxJavaPlugins .getInstance ().getObservableExecutionHook ();
98
-
99
97
onObservableCreate = new Func1 <OnSubscribe , OnSubscribe >() {
100
98
@ Override
101
99
public OnSubscribe call (OnSubscribe f ) {
@@ -117,8 +115,6 @@ public Subscription call(Subscription f) {
117
115
}
118
116
};
119
117
120
- RxJavaPlugins .getInstance ().getSingleExecutionHook ();
121
-
122
118
onSingleCreate = new Func1 <rx .Single .OnSubscribe , rx .Single .OnSubscribe >() {
123
119
@ Override
124
120
public rx .Single .OnSubscribe call (rx .Single .OnSubscribe f ) {
@@ -140,8 +136,6 @@ public Subscription call(Subscription f) {
140
136
}
141
137
};
142
138
143
- RxJavaPlugins .getInstance ().getCompletableExecutionHook ();
144
-
145
139
onCompletableCreate = new Func1 <CompletableOnSubscribe , CompletableOnSubscribe >() {
146
140
@ Override
147
141
public CompletableOnSubscribe call (CompletableOnSubscribe f ) {
You can’t perform that action at this time.
0 commit comments