summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-12-17 17:51:16 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-12-17 17:51:16 -0500
commit27d4c5154aca494c1019cfb1d306118f56b211e1 (patch)
tree8eb21061f35cf932abbeecec1ffbb275179f04ad
parenta9766891ff3f5e8cfed2abe47e3c61940bd363b4 (diff)
downloadsystemtap-steved-27d4c5154aca494c1019cfb1d306118f56b211e1.tar.gz
systemtap-steved-27d4c5154aca494c1019cfb1d306118f56b211e1.tar.xz
systemtap-steved-27d4c5154aca494c1019cfb1d306118f56b211e1.zip
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.
-rw-r--r--tapset/ucontext-unwind.stp1
1 files changed, 0 insertions, 1 deletions
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) {