diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-10-20 11:58:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-01 22:17:10 -0700 |
commit | c936bd4315a7dc78de074ac89c5a4d12813421be (patch) | |
tree | 172025343fd992a975548e11dc650a419c2c0241 /xkbcomp.c | |
parent | 839ccda42d8b088d94324cd77c4be954859914d3 (diff) |
Remove unused function entry/exit tracking framework
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'xkbcomp.c')
-rw-r--r-- | xkbcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -881,7 +881,6 @@ main(int argc, char *argv[]) Status status; scan_set_file(stdin); - uSetEntryFile(NullString); uSetDebugFile(NullString); uSetErrorFile(NullString); |