mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Remove unused method
This commit is contained in:
parent
5de270def2
commit
3b7082b36e
1 changed files with 0 additions and 7 deletions
|
@ -43,13 +43,6 @@ class DBHelper extends SQLiteOpenHelper {
|
|||
private static final String[] COLUMS = {KEY_ID, KEY_CIS,KEY_CIP13, KEY_NAME, KEY_ADMIN, KEY_PRES, KEY_STOCK, KEY_PRISE,
|
||||
KEY_SEUIL_WARN, KEY_SEUIL_ALERT};
|
||||
|
||||
public static synchronized DBHelper getInstance(Context context) {
|
||||
if (sInstance == null) {
|
||||
sInstance = new DBHelper(context);
|
||||
}
|
||||
return sInstance;
|
||||
}
|
||||
|
||||
DBHelper(Context context) {
|
||||
super(context, DATABASE_NAME.get(), null, DATABASE_VERSION);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue