aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-21 05:16:15 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:17:10 +0200
commitb931085e37224dd2932fb637eaba5da29c4c5eb7 (patch)
tree315b8c0a4dd33a2cb305bb810a9fbedd3a512db9 /library.h
parent4e2073f64f9db2974d89064dcdc49b2ed7aa9006 (diff)
downloadltrace-b931085e37224dd2932fb637eaba5da29c4c5eb7.tar.gz
Drop library_symbol.needs_init
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.h b/library.h
index 967a429..57df366 100644
--- a/library.h
+++ b/library.h
@@ -47,7 +47,6 @@ struct library_symbol {
const char *name;
target_address_t enter_addr;
enum toplt plt_type;
- char needs_init;
char is_weak;
char own_name;
};