From 6fc18633da30f995737a0c59dcc26eafb84c8cd9 Mon Sep 17 00:00:00 2001 From: fdai5728 Date: Thu, 17 Feb 2022 19:37:37 +0100 Subject: [PATCH] Removes unused code --- src/main/java/CredentialRepository.java | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/main/java/CredentialRepository.java b/src/main/java/CredentialRepository.java index 6a048cc..0c14d7c 100644 --- a/src/main/java/CredentialRepository.java +++ b/src/main/java/CredentialRepository.java @@ -89,23 +89,6 @@ public class CredentialRepository implements CredentialRepositoryInterface{ } -/* - this function will be required in the future for catching the left-shift in the arrayList - after one entry was deleted. welp, maybe it won't. can't tell and i've no time atm to - finish this - - - private int mapIndexToListCounter(int needle) { - for(int c = 0; c