Skip to content

Commit e7412eb

Browse files
committed
Re-gen.
1 parent e8ac28e commit e7412eb

29 files changed

+29
-58
lines changed

autosrc/rtpp_analyzer_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ rtpp_analyzer_fintest()
6868
assert((_naborts - naborts_s) == 3);
6969
free(tp);
7070
}
71-
const static void *_rtpp_analyzer_ftp = (void *)&rtpp_analyzer_fintest;
72-
DATA_SET(rtpp_fintests, _rtpp_analyzer_ftp);
71+
DATA_SET(rtpp_fintests, rtpp_analyzer_fintest);
7372
#endif /* RTPP_FINTEST */

autosrc/rtpp_command_rcache_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,5 @@ rtpp_cmd_rcache_fintest()
6565
assert((_naborts - naborts_s) == 3);
6666
free(tp);
6767
}
68-
const static void *_rtpp_cmd_rcache_ftp = (void *)&rtpp_cmd_rcache_fintest;
69-
DATA_SET(rtpp_fintests, _rtpp_cmd_rcache_ftp);
68+
DATA_SET(rtpp_fintests, rtpp_cmd_rcache_fintest);
7069
#endif /* RTPP_FINTEST */

autosrc/rtpp_command_reply_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,5 @@ rtpc_reply_fintest()
108108
assert((_naborts - naborts_s) == 8);
109109
free(tp);
110110
}
111-
const static void *_rtpc_reply_ftp = (void *)&rtpc_reply_fintest;
112-
DATA_SET(rtpp_fintests, _rtpc_reply_ftp);
111+
DATA_SET(rtpp_fintests, rtpc_reply_fintest);
113112
#endif /* RTPP_FINTEST */

autosrc/rtpp_hash_table_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,5 @@ rtpp_hash_table_fintest()
148148
assert((_naborts - naborts_s) == 13);
149149
free(tp);
150150
}
151-
const static void *_rtpp_hash_table_ftp = (void *)&rtpp_hash_table_fintest;
152-
DATA_SET(rtpp_fintests, _rtpp_hash_table_ftp);
151+
DATA_SET(rtpp_fintests, rtpp_hash_table_fintest);
153152
#endif /* RTPP_FINTEST */

autosrc/rtpp_log_obj_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ rtpp_log_fintest()
7474
assert((_naborts - naborts_s) == 4);
7575
free(tp);
7676
}
77-
const static void *_rtpp_log_ftp = (void *)&rtpp_log_fintest;
78-
DATA_SET(rtpp_fintests, _rtpp_log_ftp);
77+
DATA_SET(rtpp_fintests, rtpp_log_fintest);
7978
#endif /* RTPP_FINTEST */

autosrc/rtpp_modman_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ rtpp_modman_fintest()
8383
assert((_naborts - naborts_s) == 5);
8484
free(tp);
8585
}
86-
const static void *_rtpp_modman_ftp = (void *)&rtpp_modman_fintest;
87-
DATA_SET(rtpp_fintests, _rtpp_modman_ftp);
86+
DATA_SET(rtpp_fintests, rtpp_modman_fintest);
8887
#endif /* RTPP_FINTEST */

autosrc/rtpp_module_if_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,5 @@ rtpp_module_if_fintest()
101101
assert((_naborts - naborts_s) == 7);
102102
free(tp);
103103
}
104-
const static void *_rtpp_module_if_ftp = (void *)&rtpp_module_if_fintest;
105-
DATA_SET(rtpp_fintests, _rtpp_module_if_ftp);
104+
DATA_SET(rtpp_fintests, rtpp_module_if_fintest);
106105
#endif /* RTPP_FINTEST */

autosrc/rtpp_netaddr_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,5 @@ rtpp_netaddr_fintest()
108108
assert((_naborts - naborts_s) == 8);
109109
free(tp);
110110
}
111-
const static void *_rtpp_netaddr_ftp = (void *)&rtpp_netaddr_fintest;
112-
DATA_SET(rtpp_fintests, _rtpp_netaddr_ftp);
111+
DATA_SET(rtpp_fintests, rtpp_netaddr_fintest);
113112
#endif /* RTPP_FINTEST */

autosrc/rtpp_pcnt_strm_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ rtpp_pcnt_strm_fintest()
6060
assert((_naborts - naborts_s) == 2);
6161
free(tp);
6262
}
63-
const static void *_rtpp_pcnt_strm_ftp = (void *)&rtpp_pcnt_strm_fintest;
64-
DATA_SET(rtpp_fintests, _rtpp_pcnt_strm_ftp);
63+
DATA_SET(rtpp_fintests, rtpp_pcnt_strm_fintest);
6564
#endif /* RTPP_FINTEST */

autosrc/rtpp_pcount_fin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,5 @@ rtpp_pcount_fintest()
8484
assert((_naborts - naborts_s) == 5);
8585
free(tp);
8686
}
87-
const static void *_rtpp_pcount_ftp = (void *)&rtpp_pcount_fintest;
88-
DATA_SET(rtpp_fintests, _rtpp_pcount_ftp);
87+
DATA_SET(rtpp_fintests, rtpp_pcount_fintest);
8988
#endif /* RTPP_FINTEST */

0 commit comments

Comments
 (0)