]> granicus.if.org Git - graphviz/commit
remove alternative C++ Queue implementation in neatogen
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Mar 2021 02:20:03 +0000 (19:20 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 29 Mar 2021 04:47:25 +0000 (21:47 -0700)
commit5949497931b1d9f6f88a59bb35f7bc45ce1377ab
tree659cba89e3bf2543a6ad4a9cc54ac14bd03e9311
parente159bbce48edef9c310dd3d437a126848209a3f3
remove alternative C++ Queue implementation in neatogen

This code was written to provide two versions of the same API, one for C and one
for C++. This is unnecessary because the C API is already usable from C++.
Moreover, one can just use std::queue in C++. This code was not being used as we
only ever #include it from C files, so we just remove it to ease ongoing
maintenance.
lib/neatogen/bfs.c
lib/neatogen/bfs.h