* prdbg.c (pr_fix_visibility): Remove assert.
[deliverable/binutils-gdb.git] / binutils / prdbg.c
index 8bb005340831ad7d480e7492245ba663d965b6bd..a05fe092eef87480d4840284ce94b92528d8295b 100644 (file)
@@ -992,8 +992,6 @@ pr_fix_visibility (info, visibility)
   if (info->stack->visibility == visibility)
     return true;
 
-  assert (info->stack->visibility != DEBUG_VISIBILITY_IGNORE);
-
   switch (visibility)
     {
     case DEBUG_VISIBILITY_PUBLIC:
This page took 0.02354 seconds and 4 git commands to generate.