summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-12-14 08:33:09 -0600
committerChad Elliott <elliottc@objectcomputing.com>2022-12-14 08:33:09 -0600
commit633be2b32bdb9ff00658511693d7545e34f9acb8 (patch)
treee11935ad66016dc57108eb2a3c03b75e5c1d2ba4 /TAO
parent2a171fa555c2c6db006aae28b7f397416dc2beec (diff)
downloadATCD-633be2b32bdb9ff00658511693d7545e34f9acb8.tar.gz
Removed calls to ferror() as their return values were no longer used.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Storable_FlatFileStream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/Storable_FlatFileStream.cpp b/TAO/tao/Storable_FlatFileStream.cpp
index 08b98a564fe..a54226908a4 100644
--- a/TAO/tao/Storable_FlatFileStream.cpp
+++ b/TAO/tao/Storable_FlatFileStream.cpp
@@ -95,7 +95,6 @@ namespace
{
if (ACE_OS::fwrite(buffer, 1, n_read, f2) != n_read)
{
- ferror (f2);
if (TAO_debug_level > 0)
{
TAOLIB_ERROR ((LM_ERROR,
@@ -110,7 +109,6 @@ namespace
errno = 0;
if (!feof (f1))
{
- ferror (f1);
if (TAO_debug_level > 0)
{
TAOLIB_ERROR ((LM_ERROR,