Skip to content

Commit

Permalink
some minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Dec 18, 2021
1 parent 0a09e1d commit f365850
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package com.mixpanel.android.mpmetrics;

import android.content.Context;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import com.mixpanel.android.util.MPLog;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;


/*
* Copyright 2012 Google Inc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

import android.content.Context;

import com.mixpanel.android.util.MPLog;

import org.json.JSONArray;
import org.json.JSONException;

import java.util.HashSet;
import java.util.Set;

// Will be called from both customer threads and the Mixpanel worker thread.
/* package */ class DecideMessages {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package com.mixpanel.android.mpmetrics;

import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.StringTokenizer;
import java.util.UUID;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
Expand Down

0 comments on commit f365850

Please sign in to comment.