Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_sc1.c 


Log Message:
removed some unused code
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc1.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- embryo_cc_sc1.c     13 Apr 2005 19:18:12 -0000      1.26
+++ embryo_cc_sc1.c     13 Apr 2005 19:21:07 -0000      1.27
@@ -21,7 +21,7 @@
  *  must not be misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source
  *  distribution.  
- *  Version: $Id: embryo_cc_sc1.c,v 1.26 2005/04/13 19:18:12 tsauerbeck Exp $
+ *  Version: $Id: embryo_cc_sc1.c,v 1.27 2005/04/13 19:21:07 tsauerbeck Exp $
  */
 #include <assert.h>
 #include <ctype.h>
@@ -43,7 +43,6 @@
                            char *iname, char *oname,
                            char *pname, char *rname);
 static void         setconfig(char *root);
-static void         setcaption(void);
 static void         about(void);
 static void         setconstants(void);
 static void         parse(void);
@@ -685,19 +684,8 @@
 }
 
 static void
-setcaption(void)
-{
-/* shh be quiet!   */
-#if 0
-   printf("Small compiler " VERSION_STR
-         "\t\tCopyright (c) 1997-2003, ITB CompuPhase\n\n");
-#endif
-}
-
-static void
 about(void)
 {
-   setcaption();
    printf("Usage:   embryo_cc <filename> [options]\n\n");
    printf("Options:\n");
 #if 0




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to