Skip to content

Commit 29230c5

Browse files
ackxolotlemmericp
authored andcommitted
Remove redundant declaration
1 parent b917a6e commit 29230c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libixy-vfio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ int vfio_epoll_wait(int epoll_fd, int maxevents, int timeout);
2424

2525
int vfio_epoll_ctl(int event_fd);
2626

27-
int vfio_init(const char* pci_addr);
28-
2927
// returns a uint8_t pointer to the MMAPED region or MAP_FAILED if failed.
3028
// region_index is to be taken from linux/vfio.h
3129
uint8_t* vfio_map_region(int vfio_fd, int region_index);

0 commit comments

Comments
 (0)