TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

Remove unused local variable #37

Closed fulldecent closed 10 years ago

fulldecent commented 10 years ago

Fixes Xcode error: value stored but never read

TimOliver commented 10 years ago

Thanks for that! As it stands, request does actually get used in the conditional block right under it, so when I tried this just now, Xcode reported a compiler error.

That particular block of code was the result of a bit of a cut-and-paste frenzy, so I'll make a note of it to go through and properly clean it up. :)