diff options
Diffstat (limited to 'src/ipcpd/normal/pol/flat.h')
-rw-r--r-- | src/ipcpd/normal/pol/flat.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ipcpd/normal/pol/flat.h b/src/ipcpd/normal/pol/flat.h index 57af591e..fdd06d68 100644 --- a/src/ipcpd/normal/pol/flat.h +++ b/src/ipcpd/normal/pol/flat.h @@ -31,10 +31,6 @@ int flat_fini(void); uint64_t flat_address(void); -struct pol_addr_auth_ops flat_ops = { - .init = flat_init, - .fini = flat_fini, - .address = flat_address -}; +struct pol_addr_auth_ops flat_ops; #endif /* OUROBOROS_IPCPD_NORMAL_FLAT_H */ |