]> granicus.if.org Git - graphviz/commit
core plugin isXDot: remove string compare micro-optimization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 27 Sep 2022 15:19:14 +0000 (08:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 28 Sep 2022 14:57:12 +0000 (07:57 -0700)
commit1380b064c8689d849b5fb3716d310239f9d9ee70
treecb6107147e05cd221d936bedf2978257debf9b1a
parent682189a69628b03628ced747300a6bfa472aeae5
core plugin isXDot: remove string compare micro-optimization

Modern compilers are able to do this transformation themselves if they have
worked out that it will be faster.
plugin/core/gvrender_core_json.c