From 7b45b42fcc9d153847ff374e971d26cfa7f2a842 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 12 Aug 2011 09:45:48 +0200 Subject: [PATCH] ucontext.stp: Remove STP_NEED_VMA_TRACKER, done through pragma:vma. --- tapset/ucontext.stp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tapset/ucontext.stp b/tapset/ucontext.stp index ae81187e7..04a74d0a1 100644 --- a/tapset/ucontext.stp +++ b/tapset/ucontext.stp @@ -6,12 +6,6 @@ // Public License (GPL); either version 2, or (at your option) any // later version. -%{ -#ifndef STP_NEED_VMA_TRACKER -#define STP_NEED_VMA_TRACKER 1 -#endif -%} - /** * sfunction umodname - Returns the (short) name of the user module. EXPERIMENTAL! * @addr: User-space address -- 2.43.5