Skip to content

Commit c442f69

Browse files
author
Petr Machata
committed
Drop unused field struct enum_lens.own
1 parent b8deb4d commit c442f69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lens_enum.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of ltrace.
3-
* Copyright (C) 2011 Petr Machata, Red Hat Inc.
3+
* Copyright (C) 2011, 2012 Petr Machata, Red Hat Inc.
44
*
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU General Public License as
@@ -27,7 +27,6 @@
2727
struct enum_lens {
2828
struct lens super;
2929
struct vect entries;
30-
int own;
3130
};
3231

3332
/* Init enumeration LENS. */

0 commit comments

Comments
 (0)