summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/heap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/heap.cc')
-rw-r--r--winsup/cygwin/heap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc
index 1bbac3134..95d9b17bc 100644
--- a/winsup/cygwin/heap.cc
+++ b/winsup/cygwin/heap.cc
@@ -97,7 +97,6 @@ heap_init ()
extern "C" void *
sbrk (int n)
{
- sigframe thisframe (mainthread);
char *newtop, *newbrk;
unsigned commitbytes, newbrksize;