cleanup: remove unused variables
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
2c71018699
commit
4e2d063911
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ set -eu
|
||||||
__cdist_target_host="$1"; shift
|
__cdist_target_host="$1"; shift
|
||||||
|
|
||||||
object_listing="$__cdist_tmp_dir/objects"
|
object_listing="$__cdist_tmp_dir/objects"
|
||||||
type_listing_all="$__cdist_tmp_dir/types_all"
|
|
||||||
type_listing="$__cdist_tmp_dir/types"
|
|
||||||
types_pushed="$__cdist_tmp_dir/types_pushed"
|
types_pushed="$__cdist_tmp_dir/types_pushed"
|
||||||
touch "$types_pushed"
|
touch "$types_pushed"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue