]> granicus.if.org Git - graphviz/commit
remove unnecessary explicit void in VPSC
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 21 Nov 2020 01:12:50 +0000 (17:12 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 18:29:33 +0000 (10:29 -0800)
commita3c0fb4e509eff5e6f09ed87149ff5b025d89085
treeb6bc5b4e69f0deea886a1da7d9f43840650e263a
parent72cef3ca1a0add2657073c7d8127ab2c8ab591d8
remove unnecessary explicit void in VPSC

Unlike in C, prototypes with no parameter list are not ambiguous in C++.
lib/vpsc/block.cpp
lib/vpsc/block.h
lib/vpsc/blocks.cpp
lib/vpsc/blocks.h