aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdbhelpers
diff options
Diffstat (limited to 'gdbhelpers')
-rw-r--r--gdbhelpers3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdbhelpers b/gdbhelpers
index e28417a7..db78d6cf 100644
--- a/gdbhelpers
+++ b/gdbhelpers
@@ -158,9 +158,6 @@ define gdb_show_ctype
if ($arg0->modifiers & MOD_USERTYPE)
printf "MOD_USERTYPE "
end
- if ($arg0->modifiers & MOD_FORCE)
- printf "MOD_FORCE "
- end
if ($arg0->modifiers & MOD_EXPLICITLY_SIGNED)
printf "MOD_EXPLICITLY_SIGNED"
end