>From 47089f2e2b733918e72995b8e94bcc30bc6c57ff Mon Sep 17 00:00:00 2001
From: William Roberts <[email protected]>
Date: Mon, 7 Jan 2013 20:36:02 -0800
Subject: [PATCH] Drop unused variable

Change-Id: Ib8d0a9ef20ea7fe37857bda6fc044e8225c47f00
---
 src/com/android/seandroid_manager/SELinuxEnforcingFragment.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/com/android/seandroid_manager/SELinuxEnforcingFragment.java
b/src/com/android/seandroid_manager/SELinuxEnforcingFragment.java
index c2663ad..33d2c0f 100644
--- a/src/com/android/seandroid_manager/SELinuxEnforcingFragment.java
+++ b/src/com/android/seandroid_manager/SELinuxEnforcingFragment.java
@@ -52,7 +52,6 @@ public class SELinuxEnforcingFragment extends
PreferenceFragment {
     @Override
        public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen,
                                          Preference preference) {
-        final String key = preference.getKey();

         if (preference == mSELinuxToggleEnforce) {
             SELinux.setSELinuxEnforce(!SELinux.isSELinuxEnforced());
-- 
1.8.0.3

--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.

Reply via email to