summaryrefslogtreecommitdiff
path: root/src/gods.cc
diff options
context:
space:
mode:
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)