summaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-11-20 02:06:19 +0000
committerAndrew Cagney <cagney@redhat.com>2000-11-20 02:06:19 +0000
commit74b350391da0cdf03d49227aef2e188894d42894 (patch)
treed2750ad6ee113e76a19b0f625bdf053c04f8346f /gdb/TODO
parent6546e8796ed004ab4bb1a2f315531e8b03b1b15e (diff)
downloadgdb-74b350391da0cdf03d49227aef2e188894d42894.tar.gz
Replace asprintf() / vasprintf() with xasprintf() xvasprintf().
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 8d0785da85a..9c7acdb7162 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -366,13 +366,6 @@ needed.
--
-Replace asprintf() calls with xasprintf() calls.
-
-As with things like strdup() most calls to asprintf() don't check the
-return value.
-
---
-
Replace strsave() + mstrsave() with libiberty:xstrdup().
--