Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Dec 12, 2024
1 parent 1309fbb commit 9920e80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions web/src/api/storage/types/config-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* and run json-schema-to-typescript to regenerate this file.
*/

import { VolumeGroup } from "./config";

export type FilesystemType =
| "bcachefs"
| "btrfs"
Expand Down
21 changes: 0 additions & 21 deletions web/src/components/storage/SpaceActionsTable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,6 @@ sda.partitionTable = {
unusedSlots: [{ start: 3, size: gib(2) }],
};

/** @type {StorageDevice} */
const sdb: StorageDevice = {
sid: 62,
name: "/dev/sdb",
isDrive: true,
type: "disk",
description: "Ext3 disk",
size: gib(5),
filesystem: { sid: 100, type: "ext3" },
};

/** @type {StorageDevice} */
const sdc: StorageDevice = {
sid: 63,
name: "/dev/sdc",
isDrive: true,
type: "disk",
description: "",
size: gib(20),
};

/**
* Function to ask for the action of a device.
*
Expand Down

0 comments on commit 9920e80

Please sign in to comment.