summaryrefslogtreecommitdiff
path: root/ACE/ace/TTY_IO.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-07 15:20:51 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-07 15:20:51 +0100
commit703b0e6522f91e7de7b09b03d68b28623fd0dd17 (patch)
treef63091592635215d03b258aab058e3169b5683ad /ACE/ace/TTY_IO.cpp
parent884dcea8b196f72cb995de9f46d61a6ee6521222 (diff)
downloadATCD-703b0e6522f91e7de7b09b03d68b28623fd0dd17.tar.gz
Remove redundant void from the core ACE library files
Diffstat (limited to 'ACE/ace/TTY_IO.cpp')
-rw-r--r--ACE/ace/TTY_IO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/TTY_IO.cpp b/ACE/ace/TTY_IO.cpp
index 53c56baddab..b471555d1a8 100644
--- a/ACE/ace/TTY_IO.cpp
+++ b/ACE/ace/TTY_IO.cpp
@@ -24,11 +24,11 @@ namespace
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-ACE_TTY_IO::ACE_TTY_IO (void)
+ACE_TTY_IO::ACE_TTY_IO ()
{
}
-ACE_TTY_IO::Serial_Params::Serial_Params (void)
+ACE_TTY_IO::Serial_Params::Serial_Params ()
{
baudrate = 9600;
xonlim = 0;