remove not particularly useful branch
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 6 Aug 2012 19:42:41 +0000 (21:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 7 Aug 2012 14:40:07 +0000 (16:40 +0200)
commit86d1f7a61bb2b3cbaf2de8d030ae74cb2c2a1a13
treebef2459834d0a456bce4b6c5704cb4c8dbda4784
parent3c2f56aaf24556e381dbb71b3d6edfdc4a7d672e
remove not particularly useful branch

we just determined that the file does not exist, so it's entirely
pointless to query its type from the file system. consequently, the
respective fallback branch would assume a regular file anyway.

Change-Id: I42590ffc2a5f650fb430a9398cb1859217ed4350
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/generators/makefile.cpp