summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-26 22:05:28 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-26 22:05:28 +0000
commitbcd9f32e85b522e974f0cffd6cf693fa85cdfdf5 (patch)
tree65490bb197a4b9514f4e9560148aafb3c2552d9b
parentb4cf5cba101e22ddaff973c34d7d2eb94f7a8ee3 (diff)
downloadATCD-bcd9f32e85b522e974f0cffd6cf693fa85cdfdf5.tar.gz
ChangeLogTag:Sat Jul 26 22:08:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/OS.cpp2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 681cb95e3fc..0e3c82996e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 26 22:08:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS.h (getmacaddress):
+ Removed unused local variable. Resolves compile warnings on
+ Sun.
+
Sat Jul 26 13:25:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_gnuwin32_common.GNU:
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 5722d741817..257219ff086 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -7778,8 +7778,6 @@ ACE_OS::getmacaddress (struct macaddr_node_t *node)
return 0;
#elif defined (sun)
- int result = 0;
-
/** obtain the local host name */
char hostname [MAXHOSTNAMELEN];
ACE_OS::hostname (hostname, sizeof (hostname));