oocd_trace: drop the code, deprecated in v0.10.0

The code for oocd_trace has been marked as deprecated in release
v0.10.0, 4 years ago.

Time to drop it!

Change-Id: I989f8345dee4ff2369bcf5e2e2ace86bbd5aa6a5
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6088
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-11-01 10:41:47 +01:00
parent 113f949ac1
commit 26a57b06cf
6 changed files with 0 additions and 528 deletions

View File

@@ -27,11 +27,6 @@
#include "register.h"
#include "etm_dummy.h"
#if BUILD_OOCD_TRACE == 1
#include "oocd_trace.h"
#endif
/*
* ARM "Embedded Trace Macrocell" (ETM) support -- direct JTAG access.
*
@@ -642,9 +637,6 @@ static int etm_write_reg(struct reg *reg, uint32_t value)
static struct etm_capture_driver *etm_capture_drivers[] = {
&etb_capture_driver,
&etm_dummy_capture_driver,
#if BUILD_OOCD_TRACE == 1
&oocd_trace_capture_driver,
#endif
NULL
};