summaryrefslogtreecommitdiff
path: root/src/gods.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit4fb8fb773d93efe1cdc812d1046c530c20098455 (patch)
tree6603e2925061e1150dac2f21b213c2f514510868 /src/gods.cc
parent288c3d3f725eabfee06507966a0ba63bf587c3da (diff)
Remove dead code
Fixes a few compiler warnings.
Diffstat (limited to 'src/gods.cc')
-rw-r--r--src/gods.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gods.cc b/src/gods.cc
index f10209dc..7da62d7a 100644
--- a/src/gods.cc
+++ b/src/gods.cc
@@ -162,7 +162,6 @@ int wisdom_scale(int max)
*/
deity_type *god_at(byte god_idx)
{
- assert(god_idx >= 0);
assert(god_idx < MAX_GODS);
if (god_idx == 0)