summaryrefslogtreecommitdiff
path: root/Source/kwsys/Directory.cxx
diff options
context:
space:
mode:
authorJunghyun Kim <jh0822.kim@samsung.com>2016-10-11 19:17:59 +0900
committerJunghyun Kim <jh0822.kim@samsung.com>2016-10-11 19:19:45 +0900
commitede09456152100c64ee8b84f80692559be3396c9 (patch)
tree93a97ab8e7058142377c739b4f0ca1329e486b27 /Source/kwsys/Directory.cxx
parent26bb5821ce7f8b493c78221ab43532a9354768a0 (diff)
downloadcmake-ede09456152100c64ee8b84f80692559be3396c9.tar.gz
cmake-ede09456152100c64ee8b84f80692559be3396c9.tar.bz2
cmake-ede09456152100c64ee8b84f80692559be3396c9.zip
Change-Id: Ib216a5e593ddf5a7c8fe1f3f39e7a559387d0edb Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
Diffstat (limited to 'Source/kwsys/Directory.cxx')
-rw-r--r--Source/kwsys/Directory.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/Directory.cxx b/Source/kwsys/Directory.cxx
index c16b9139b..8ebd56084 100644
--- a/Source/kwsys/Directory.cxx
+++ b/Source/kwsys/Directory.cxx
@@ -218,8 +218,6 @@ bool Directory::Load(const char* name)
int num_entries = scandir(name, &namelist, NULL, alphasort);
if(num_entries == -1)
{
- printf("name=%s\n", name);
- perror("scandir");
return 0;
}