fix the build: remove duplicated line

Change-Id: I0ae6443dd7237b8cce14d12967edd0afb8d34196
This commit is contained in:
Chris Wren
2015-06-23 16:28:33 -04:00
parent ac2c890811
commit f1b25bd434

View File

@@ -68,7 +68,6 @@ public class NotificationUsageStats {
private final SQLiteLog mSQLiteLog;
private final Context mContext;
private final Handler mHandler;
private final Handler mHandler;
private long mLastEmitTime;
public NotificationUsageStats(Context context) {