Removed prototype for obsolete capture function.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 03:16:50 +0000 (23:16 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 03:16:50 +0000 (23:16 -0400)
src/aop.h

index 256eccb57499b804878b297b38c0a2a91b08d4f1..491ec217d2097966de19992e4eee7b451a7d6a0f 100644 (file)
--- 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);