diff options
author | 2010-02-16 03:01:42 -0500 | |
---|---|---|
committer | 2010-02-16 03:17:40 -0500 | |
commit | 0e026445fb36852d3102cb8bb24868765fe5816a (patch) | |
tree | 79bd261ac1117525f3b37d6d82a2dfd2a57d39f7 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | Linux 2.6.33-rc8 (diff) | |
download | wireguard-linux-0e026445fb36852d3102cb8bb24868765fe5816a.tar.xz wireguard-linux-0e026445fb36852d3102cb8bb24868765fe5816a.zip |
ACPI: delete unused acpi_evaluate_string()
Roel found a logic issue in the #if 0 acpi_evaluate_string():
- || (element->type != ACPI_TYPE_BUFFER)
+ && (element->type != ACPI_TYPE_BUFFER)
delete the dead code.
pointed-out-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions