diff options
Diffstat (limited to 'src/garbage.sh')
-rw-r--r-- | src/garbage.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/garbage.sh b/src/garbage.sh index 1af64bd..0cf8afe 100644 --- a/src/garbage.sh +++ b/src/garbage.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ "x${_GARBAGE_SM+set}" = 'xset' ] && return 0 -_GARBAGE_SM=1 - collect_garbage() { local cur_time= |