Commit fb91616
committed
cs-etm: removing unecessary structure field
Function cs_etm__sample() is called only from cs_etm__run_decoder() where
cs_etm_queue::have_sample is set to 'true'. As such checking the value of
the variable again in cs_etm__sample() is not needed.
Since the variable isn't used anywhere else, also removing it from the
structure definition.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>1 parent 7b4fe2f commit fb91616
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
797 | 796 | | |
798 | 797 | | |
799 | 798 | | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | 799 | | |
806 | 800 | | |
807 | 801 | | |
| |||
837 | 831 | | |
838 | 832 | | |
839 | 833 | | |
840 | | - | |
841 | | - | |
| 834 | + | |
842 | 835 | | |
843 | | - | |
844 | 836 | | |
845 | 837 | | |
846 | 838 | | |
| |||
0 commit comments