summaryrefslogtreecommitdiff
path: root/ACE/ace/IOStream.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-01 14:38:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-01 14:38:17 +0100
commit9d3475584970e20117a7a99d3a75fecb521a0da9 (patch)
tree1df17ddc12077b570faed0459cb5bccc2e6439eb /ACE/ace/IOStream.h
parent980b4296358a1b3f0f3ffde85c2826eeeb240637 (diff)
downloadATCD-9d3475584970e20117a7a99d3a75fecb521a0da9.tar.gz
Further cleanup not used macros
* ACE/ace/IOStream.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.inl: * ACE/ace/Profile_Timer.cpp: * ACE/ace/README: * ACE/ace/os_include/os_netdb.h: * ACE/ace/os_include/sys/os_loadavg.h: * ACE/ace/os_include/sys/os_pstat.h:
Diffstat (limited to 'ACE/ace/IOStream.h')
-rw-r--r--ACE/ace/IOStream.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ACE/ace/IOStream.h b/ACE/ace/IOStream.h
index 38ebe090593..6acbb0687ad 100644
--- a/ACE/ace/IOStream.h
+++ b/ACE/ace/IOStream.h
@@ -373,19 +373,6 @@ typedef ostream& (*__omanip_)(ostream&);
// These are necessary in case somebody wants to derive from us and
// override one of these with a custom approach.
-# if defined (ACE_LACKS_CHAR_RIGHT_SHIFTS)
-#define GET_FUNC_SET0(MT,CODE,CODE2) \
- GET_PROT(MT,short &,CODE) \
- GET_PROT(MT,u_short &,CODE) \
- GET_PROT(MT,int &,CODE) \
- GET_PROT(MT,u_int &,CODE) \
- GET_PROT(MT,long &,CODE) \
- GET_PROT(MT,u_long &,CODE) \
- GET_PROT(MT,float &,CODE) \
- GET_PROT(MT,double &,CODE) \
- inline virtual MT& operator>>(__omanip_ func) CODE2 \
- inline virtual MT& operator>>(__manip_ func) CODE2
-# else
#define GET_FUNC_SET0(MT,CODE,CODE2) \
GET_PROT(MT,short &,CODE) \
GET_PROT(MT,u_short &,CODE) \
@@ -401,7 +388,6 @@ typedef ostream& (*__omanip_)(ostream&);
GET_PROT(MT,u_char *,CODE) \
inline virtual MT& operator>>(__omanip_ func) CODE2 \
inline virtual MT& operator>>(__manip_ func) CODE2
-# endif
#define PUT_FUNC_SET0(MT,CODE,CODE2) \
PUT_PROT(MT,short,CODE) \