summaryrefslogtreecommitdiff
path: root/src/spells6.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-23 12:20:07 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:22:35 +0100
commita44d5bc11bf6d7049d75169ff81c20bec96f996c (patch)
treecaaca9ca461082ba1a1bc9e18d263fa30a8a5e2e /src/spells6.cc
parente07b97b94753c09abb56f56884f7e81cf3feeb92 (diff)
Clean up compiler warnings
Diffstat (limited to 'src/spells6.cc')
-rw-r--r--src/spells6.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/spells6.cc b/src/spells6.cc
index eeb41a0e..dd3e1d8b 100644
--- a/src/spells6.cc
+++ b/src/spells6.cc
@@ -140,8 +140,6 @@ static bool_ geomancy_depends_satisfied()
long get_provided_levels(school_type *school)
{
- school_provider *school_provider = NULL;
-
for (auto school_provider: school->providers->v)
{
if (school_provider.deity_idx == p_ptr->pgod)