aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-panic-defer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-panic-defer.c')
-rw-r--r--libgo/runtime/go-panic-defer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/libgo/runtime/go-panic-defer.c b/libgo/runtime/go-panic-defer.c
deleted file mode 100644
index 64773bb..0000000
--- a/libgo/runtime/go-panic-defer.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* go-panic-stack.c -- The panic/defer stack.
-
- Copyright 2010 The Go Authors. All rights reserved.
- Use of this source code is governed by a BSD-style
- license that can be found in the LICENSE file. */
-
-#include "go-panic.h"
-
-#ifdef __rtems__
-#define __thread
-#endif
-
-__thread struct __go_panic_defer_struct *__go_panic_defer;