summaryrefslogtreecommitdiffstats
path: root/pokemod/Ref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Ref.cpp')
-rw-r--r--pokemod/Ref.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemod/Ref.cpp b/pokemod/Ref.cpp
index 51d6b49a..78862a15 100644
--- a/pokemod/Ref.cpp
+++ b/pokemod/Ref.cpp
@@ -26,7 +26,6 @@
int PokeGen::PokeMod::FindIn(const int end, const String &str, const char *array[])
{
int i = 0;
- // Loop through looking for where the string is in the array
for (; i < end; ++i)
{
if (str == array[i])