Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove unused mount point on drive #471

Merged
merged 2 commits into from
Jun 27, 2022
Merged

refactor: remove unused mount point on drive #471

merged 2 commits into from
Jun 27, 2022

Conversation

richardcase
Copy link
Member

What this PR does / why we need it:

The MountPoint field on a volume wasn't being used anywhere in the
code. And we required the caller of the API to specify the mount point.

As its not being used we have decided to remove the field in flintlock.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Relates #468

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes

The `MountPoint` field on a volume wasn't being used anywhere in the
code. And we required the caller of the API to specify the mount point.

As its not being used we have decided to remove the field in flintlock.

Signed-off-by: Richard Case <richard.case@outlook.com>
@richardcase richardcase added area/api Indicates an issue or PR relates to the APIs kind/refactor Only refactoring changes labels Jun 27, 2022
Copy link
Member

@Callisto13 Callisto13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@richardcase richardcase merged commit 3e16444 into liquidmetal-dev:main Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Indicates an issue or PR relates to the APIs kind/refactor Only refactoring changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants