]> granicus.if.org Git - graphviz/commit
remove dead code for suffix handling of parsed numbers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 1 Feb 2021 03:11:37 +0000 (19:11 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Feb 2021 18:30:51 +0000 (10:30 -0800)
commit2ebac2ebabe6bdee0448e4c203205592770fbeb2
tree0c66a7d1b01f87012dc62f75d82ba822a9136f24
parentcf0a6a1ed6d4f031f332c8b87f426502c48d93b0
remove dead code for suffix handling of parsed numbers

This code attempted to handle a numeric suffix indicating a multiplier (e.g. 'k'
for 1024). However, the preceding logic that constructs a temporary buffer for
it to parse from does not anticipate suffixes and copy them to the buffer. The
(inactive) suffix code is considered only useful for describing file sizes, so
not relevant to enable for Graphviz. Closes #1933.
lib/expr/extoken.c