Changeset f34dd65 for commands.c


Ignore:
Timestamp:
Feb 11, 2009, 12:20:22 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
7980fb2
Parents:
823671c
git-author:
Nelson Elhage <nelhage@mit.edu> (02/08/09 16:31:14)
git-committer:
Nelson Elhage <nelhage@mit.edu> (02/11/09 12:20:22)
Message:
Kill a whole bunch of unused code.

I generated a list of dead functions by building with
-ffunction-sections and linking with -Wl,--gc-sections
-Wl,--print-gc-sections

I kept a number of functions that seemed to be logical parts of an
existing API, as well as stuff in varstubs.c, since that file is
autogenerated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r8e5935d rf34dd65  
    17261726  return(NULL);
    17271727}
    1728 
    1729 
    1730 void owl_command_zlog_out(void)
    1731 {
    1732   owl_zephyr_zlog_out();
    1733 }
    1734 
    17351728
    17361729char *owl_command_subscribe(int argc, char **argv, char *buff)
Note: See TracChangeset for help on using the changeset viewer.