From kde-commits Mon Jul 30 17:50:09 2012 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 30 Jul 2012 17:50:09 +0000 To: kde-commits Subject: icecream/daemon Message-Id: <20120730175009.A547BAC7A9 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134367088901715 SVN commit 1308590 by lunakl: remove duplicated code M +0 -4 environment.cpp --- trunk/icecream/daemon/environment.cpp #1308589:1308590 @@ -198,10 +198,6 @@ gcc_bin_timestamp = st.st_mtime; else gcc_bin_timestamp = 0; - if( stat( "/usr/bin/gcc", &st ) == 0 ) - gcc_bin_timestamp = st.st_mtime; - else - gcc_bin_timestamp = 0; if( stat( "/usr/bin/g++", &st ) == 0 ) gpp_bin_timestamp = st.st_mtime; else