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