mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
remove unused variable
This commit is contained in:
parent
cf3c219b69
commit
b12cf55a83
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ public class SMSReceiver extends BroadcastReceiver {
|
||||||
if ( action.equals("android.intent.action.DATA_SMS_RECEIVED") ) {
|
if ( action.equals("android.intent.action.DATA_SMS_RECEIVED") ) {
|
||||||
Bundle bundle = intent.getExtras();
|
Bundle bundle = intent.getExtras();
|
||||||
if ( null != bundle ) {
|
if ( null != bundle ) {
|
||||||
boolean isMine = false;
|
|
||||||
Object[] pdus = (Object[])bundle.get( "pdus" );
|
Object[] pdus = (Object[])bundle.get( "pdus" );
|
||||||
SmsMessage[] smses = new SmsMessage[pdus.length];
|
SmsMessage[] smses = new SmsMessage[pdus.length];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue