remove todo

This commit is contained in:
nuex 2011-10-24 09:21:56 -04:00
parent ca8562ca3a
commit 4166ed1c41
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ function render_content(type, ext_key, filter_ext, filter_cmd, txt) {
}
function run_filter(cmd, txt, rand_date, tmpfile, rendered_txt, date_cmd, markdown_cmd, line) {
# TODO use mktemp instead
date_cmd = "date +%Y%m%d%H%M%S"
date_cmd | getline rand_date
close(date_cmd)