aboutsummaryrefslogtreecommitdiff
path: root/libltrace.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-01 00:45:22 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:35:44 +0200
commit1e4fed2719443c9de3831b359ff516888114783f (patch)
tree6968625a4ac93ae4ed8e94ee65fc15c200419551 /libltrace.c
parent1bbfbc6c6a7b7706bf4e8bf152d7ffc28453c3bd (diff)
downloadltrace-1e4fed2719443c9de3831b359ff516888114783f.tar.gz
Drop opt_e{,_t,_enable}, use filter.h/.c to implement -e parsing
Diffstat (limited to 'libltrace.c')
-rw-r--r--libltrace.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libltrace.c b/libltrace.c
index eec3cb9..6ec38a3 100644
--- a/libltrace.c
+++ b/libltrace.c
@@ -105,13 +105,6 @@ ltrace_init(int argc, char **argv) {
}
opt_F = opt_F->next;
}
- if (opt_e) {
- struct opt_e_t *tmp = opt_e;
- while (tmp) {
- debug(1, "Option -e: %s\n", tmp->name);
- tmp = tmp->next;
- }
- }
if (command) {
/* Check that the binary ABI is supported before
* calling execute_program. */