Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: remove unused temp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Jul 29, 2024
1 parent 9161f7c commit 9fc447c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GasSnapshot.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ contract GasSnapshot is Script {
string public constant CHECK_ENV_VAR = "FORGE_SNAPSHOT_CHECK";
/// @notice save gas snapshots in this dir
string public constant SNAP_DIR = ".forge-snapshots/";
/// @notice temporary env variable to help with string parsing
string private constant TEMP_ENV_VAR = "_forge_snapshot_temp_gas";
/// @notice gas overhead for the snapshotting function itself
uint256 private constant GAS_CALIBRATION = 100;

Expand Down

0 comments on commit 9fc447c

Please sign in to comment.