diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-21 17:57:44 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-21 17:57:44 +0000 |
commit | 997ac87c86f8412d8d7e7d7ada8acda347a6f7e9 (patch) | |
tree | 0ba9bed8d2ee492c32ea657e7574ebc35417dd64 /sal | |
parent | 34d89d1ef5830b14d31f1de61d973349e1f2da6c (diff) |
remove extraneous endif.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/backtrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/backtrace.h b/sal/osl/unx/backtrace.h index 61d63ec94d4a..7d097fd7772c 100644 --- a/sal/osl/unx/backtrace.h +++ b/sal/osl/unx/backtrace.h @@ -62,8 +62,6 @@ struct frame { #include <execinfo.h> #endif -#endif /* defined LINUX && SPARC */ - #if defined (MACOSX) #ifdef __cplusplus |