google / gdata-objectivec-client

Google Data APIs Objective-C Client Library
Apache License 2.0
181 stars 88 forks source link

fix non-arc, cannot create __weak reference issue #191

Closed sanhue0302 closed 8 years ago

sanhue0302 commented 8 years ago

for xcode 7, non-arc, cannot create weak reference so just remove weak from GDataProgressMonitorInputStream.h

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


sanhue0302 commented 8 years ago

I signed it

googlebot commented 8 years ago

CLAs look good, thanks!

sanhue0302 commented 8 years ago

i found that there is no place use "GDataProgressMonitorInputStream.h" on current master commit so can we simply remove this file?