diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2014-10-28 00:43:52 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2014-10-28 00:43:52 -0400 |
commit | e1b0ab17458d5dce5f228a6e6e231d8128db2e4b (patch) | |
tree | 4202106f9223a4c7d103de3f4f73cdd5e232793d | |
parent | 6213e137ff2e0636284dc294017a39f916f1f3a9 (diff) | |
download | plan9front-e1b0ab17458d5dce5f228a6e6e231d8128db2e4b.tar.xz |
newt: removed unused function
-rwxr-xr-x | rc/bin/newt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rc/bin/newt b/rc/bin/newt index 8db0445ec..b65df64b5 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -24,14 +24,6 @@ fn e{ cat /tmp/post >$mnt/$group/post } fn f { du -a $* | sed 's/^.* //g' } -fn flag{ - if(~ $1 [\+][aDdfrSs] [-][aDdfrSs]){ - if(test $2 -le $#rposts && test -f $rposts($2)^/flags) - echo $1 >$rposts($2)^/flags - if not - echo !address - } -} fn fmtd{ date=`{cat} if(! ~ $date(1) [0-9]*) |