aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/poison.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/poison.h')
-rw-r--r--gdbsupport/poison.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/poison.h b/gdbsupport/poison.h
index 791a18f..a91ee5d 100644
--- a/gdbsupport/poison.h
+++ b/gdbsupport/poison.h
@@ -183,7 +183,7 @@ xnewvar (size_t s)
{
static_assert (IsMallocable<T>::value, "Trying to use XNEWVAR with a \
non-POD data type.");
- return XNEWVAR (T, s);;
+ return XNEWVAR (T, s);
}
#undef XNEWVAR