File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ static mdextend_hook_type prev_mdextend_hook = NULL;
66
66
static ProcessSyncRequests_hook_type prev_ProcessSyncRequests_hook = NULL ;
67
67
68
68
void _PG_init (void );
69
- void _PG_fini (void );
70
69
71
70
static void ptrack_shmem_startup_hook (void );
72
71
static void ptrack_copydir_hook (const char * path );
@@ -155,20 +154,6 @@ ptrack_shmem_request(void)
155
154
}
156
155
#endif
157
156
158
- /*
159
- * Module unload callback
160
- */
161
- void
162
- _PG_fini (void )
163
- {
164
- /* Uninstall hooks */
165
- shmem_startup_hook = prev_shmem_startup_hook ;
166
- copydir_hook = prev_copydir_hook ;
167
- mdwrite_hook = prev_mdwrite_hook ;
168
- mdextend_hook = prev_mdextend_hook ;
169
- ProcessSyncRequests_hook = prev_ProcessSyncRequests_hook ;
170
- }
171
-
172
157
/*
173
158
* ptrack_shmem_startup hook: allocate or attach to shared memory.
174
159
*/
You can’t perform that action at this time.
0 commit comments