diff options
author | John Levon <john.levon@nutanix.com> | 2021-04-15 20:01:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 20:01:39 +0100 |
commit | 445ec5463f26cbfbc0630b6bf907cc9709918013 (patch) | |
tree | 11fe6844e99034a359d73b6fd1d78b1e09c518ab /lib | |
parent | c0fcc59abead719b2c983934905a6c3ecd0522b6 (diff) | |
download | libvfio-user-445ec5463f26cbfbc0630b6bf907cc9709918013.zip libvfio-user-445ec5463f26cbfbc0630b6bf907cc9709918013.tar.gz libvfio-user-445ec5463f26cbfbc0630b6bf907cc9709918013.tar.bz2 |
remove stale comment (#443)
Missed this FIXME when removing use of __u* types previously.
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/migration.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/migration.c b/lib/migration.c index 899a8c4..7294403 100644 --- a/lib/migration.c +++ b/lib/migration.c @@ -171,8 +171,6 @@ handle_device_state(vfu_ctx_t *vfu_ctx, struct migration *migr, return ret; } -// FIXME: no need to use __u* type variants - static ssize_t handle_pending_bytes(vfu_ctx_t *vfu_ctx, struct migration *migr, uint64_t *pending_bytes, bool is_write) |