From 9b592d73862c6429737508120f640df1f35a2549 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Tue, 19 Oct 2010 23:16:50 -0400 Subject: [PATCH] Removed prototype for obsolete capture function. --- src/aop.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/aop.h b/src/aop.h index 256eccb..491ec21 100644 --- a/src/aop.h +++ b/src/aop.h @@ -285,8 +285,6 @@ extern void aop_filter_call_pc_by_param (struct aop_pointcut *pc, int n, const struct aop_type *type); extern void aop_filter_call_pc_by_return_type (struct aop_pointcut *pc, const struct aop_type *type); -extern void aop_filter_function_call_pointcut_by_param_index ( - struct aop_pointcut *pc, int param_index); extern const char *aop_capture_called_function_name(struct aop_joinpoint *jp); extern struct aop_dynval *aop_capture_return_value (struct aop_joinpoint *jp); -- 2.43.0