seoz pushed a commit to branch master.

commit e34ac907394e7552d5b5c66e613e0571137493d0
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Mar 12 02:00:30 2013 +0900

    tyls.c: removed unused variables.
---
 src/bin/tyls.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index 4fb86aa..de3935a 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -521,7 +521,6 @@ static const char *
 fileicon(const char *path)
 {
    Eina_Bool isdir = EINA_FALSE;
-   Eina_Bool islink = EINA_FALSE;
    Eina_Bool isexec = EINA_FALSE;
    const char *name;
    
@@ -534,7 +533,6 @@ fileicon(const char *path)
         ts = ecore_file_readlink(path);
         if (ts)
           {
-             islink = EINA_TRUE;
              free(ts);
           }
         if (ecore_file_can_exec(path)) isexec = EINA_TRUE;
@@ -638,7 +636,7 @@ list_dir(const char *dir, int mode)
 {
    Eina_List *files, *l;
    char *s, **names;
-   int maxlen = 0, cols, c, rows, i, j, k, num, cw, stuff;
+   int maxlen = 0, cols, c, rows, i, j, num, cw, stuff;
    
    files = ecore_file_ls(dir);
    if (!files) return;
@@ -773,8 +771,6 @@ int
 main(int argc, char **argv)
 {
    char buf[64];
-   int w = 0, h = 0;
-   int iw = 0, ih = 0;
    Eina_Bool listed = EINA_FALSE;
    
    if (!getenv("TERMINOLOGY")) return 0;

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to