From 23400ec21727f720b5f00a8ed9c3c4202c4f6259 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 21 Apr 2014 00:17:22 -0500 Subject: [PATCH] Remove code that doesn't do anything --- Library/ENV/4.3/cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index d556d01467..c305694728 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -270,10 +270,8 @@ class Cmd dels = @args - args adds = args - @args - dups = dels & args LOGGER.puts "superenv removed: #{dels*' '}" unless dels.empty? - LOGGER.puts "superenv deduped: #{dups}" unless dups.empty? LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty? end