Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
jja725 committed Aug 15, 2023
1 parent fb9b05e commit bfd9537
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ public class FileWriteHandler extends AbstractWriteHandler<BlockWriteRequestCont

/** The Block Worker which handles blocks stored in the Alluxio storage of the worker. */
private final DoraWorker mWorker;
/** An object storing the mapping of tier aliases to ordinals. */
private final StorageTierAssoc mStorageTierAssoc = new DefaultStorageTierAssoc(
PropertyKey.WORKER_TIERED_STORE_LEVELS,
PropertyKey.Template.WORKER_TIERED_STORE_LEVEL_ALIAS);

/**
* Creates an instance of {@link FileWriteHandler}.
Expand Down

0 comments on commit bfd9537

Please sign in to comment.