remove unused macro definition

Change-Id: Ic2451dd7ae352b9e515c52c20a43495066fb72c8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Joerg Bornemann 2014-04-28 16:38:57 +02:00 committed by The Qt Project
parent ff334fd574
commit 697cb33896

View File

@ -70,11 +70,6 @@
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
// Well, Windows doesn't have this, so here's the macro
#ifndef S_ISDIR
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif
bool MakefileGenerator::canExecute(const QStringList &cmdline, int *a) const bool MakefileGenerator::canExecute(const QStringList &cmdline, int *a) const
{ {
int argv0 = -1; int argv0 = -1;