Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester authored and mariux committed Jan 11, 2016
1 parent bd5c601 commit b88aaea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/bee-cache-update.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ function update_inventory()

function create_inventory()
{
local PKGALLPKG=${1}

local tmpfile=${INVENTORYFILE}.tmp.$$

print_info "creating ${INVENTORYFILE} .."
Expand Down
2 changes: 0 additions & 2 deletions src/bee-update.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ if [ -z "${BEE_VERSION}" ] ; then
exit 1
fi

VERSION=${BEE_VERSION}

: ${BEE_LIBEXECDIR:=@LIBEXECDIR@}

exec ${BEE_LIBEXECDIR}/bee/bee.d/bee-install --update "${@}"
1 change: 0 additions & 1 deletion src/content2filelist.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ declare append=""
declare prepend=""
declare sortopts=""
declare -i opt_sort=0
declare dosort=""

while true ; do
case "$1" in
Expand Down

0 comments on commit b88aaea

Please sign in to comment.