X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Finclude%2Frte_debug.h;h=c4bc71ce28f52518f9b92b34f463df8d087f439e;hb=8d63961fc7137cab823f85a50ee82779792f21e4;hp=50052c5a9042a30928e0a6a6cc4d85f6cdf8655f;hpb=ddcd7640ca48a13ac211f356495ec894651b87b4;p=dpdk.git diff --git a/lib/librte_eal/include/rte_debug.h b/lib/librte_eal/include/rte_debug.h index 50052c5a90..c4bc71ce28 100644 --- a/lib/librte_eal/include/rte_debug.h +++ b/lib/librte_eal/include/rte_debug.h @@ -26,13 +26,6 @@ extern "C" { */ void rte_dump_stack(void); -/** - * Dump the registers of the calling core to the console. - * - * Note: Not implemented in a userapp environment; use gdb instead. - */ -void rte_dump_registers(void); - /** * Provide notification of a critical non-recoverable error and terminate * execution abnormally.