From 27d4c5154aca494c1019cfb1d306118f56b211e1 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 17 Dec 2009 17:51:16 -0500 Subject: Remove blank line in ucontext-unwind.stp for SystemTap Tapset Reference Manual The automatic documentation extraction doesn't allow blank lines between the the comment and the actual code. Removed the problem blank line to allow the information to be extracted for the SystemTap Tapset Reference Manual. --- tapset/ucontext-unwind.stp | 1 - 1 file changed, 1 deletion(-) (limited to 'tapset/ucontext-unwind.stp') diff --git a/tapset/ucontext-unwind.stp b/tapset/ucontext-unwind.stp index 399ce0c5..b9a9fbb5 100644 --- a/tapset/ucontext-unwind.stp +++ b/tapset/ucontext-unwind.stp @@ -41,7 +41,6 @@ function print_ubacktrace () %{ /* unprivileged */ * shorter (just name and offset), and the function address is * printed if it can't be mapped to a name. */ - function print_ubacktrace_brief () %{ /* unprivileged */ assert_is_myproc(); if (CONTEXT->regs) { -- cgit