From 617be5ede51a0b92da8a6252d5816cc2e49eb95d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 12 Feb 2015 11:30:06 -0800 Subject: [PATCH] Remove the unsets for removed gdbclient functions. Change-Id: I6bb8b42dbc7ac45bec6b8267733f9b4d6212315f --- envsetup.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index 38790b4540..ca10bfd882 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1,13 +1,3 @@ -# These unsets should stay to clear the old functions from any long running -# shells. -# TODO(danalbert): Remove this in a day or so. -unset -f gdbwrapper -unset -f get_symbols_directory -unset -f adb_get_product_device -unset -f adb_get_traced_by -unset -f gdbclient -unset -f gdbclient_old - function hmm() { cat <