backtrace: Remove variant that does not support threads.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Apr 2013 20:41:32 +0000 (13:41 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 17 Jun 2013 22:33:15 +0000 (15:33 -0700)
This variant was Linux-specific, GCC-specific, only worked on
architectures with frame pointers (possibly only on i386?), and isn't used
with glibc anyway.  Remove it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>

No differences found