From 3052e9415c02db1aa5192f0c4c12f92a829bc9b0 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Sat, 7 Nov 2015 13:00:16 -0600 Subject: [PATCH] Remove Unneeded dispose bag --- .../GitHubSignup/Views/GitHubSignupViewController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/RxExample/RxExample/Examples/GitHubSignup/Views/GitHubSignupViewController.swift b/RxExample/RxExample/Examples/GitHubSignup/Views/GitHubSignupViewController.swift index 55707b26..98b65cf8 100644 --- a/RxExample/RxExample/Examples/GitHubSignup/Views/GitHubSignupViewController.swift +++ b/RxExample/RxExample/Examples/GitHubSignup/Views/GitHubSignupViewController.swift @@ -156,8 +156,6 @@ class GitHubSignupViewController : ViewController { let tapBackground = UITapGestureRecognizer(target: self, action: Selector("dismissKeyboard:")) view.addGestureRecognizer(tapBackground) - self.disposeBag = DisposeBag() - let API = self.API let validationService = ValidationService(API: API)