summaryrefslogtreecommitdiff
path: root/ACE/ace/IOStream.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-02 09:13:03 +0100
committerGitHub <noreply@github.com>2023-02-02 09:13:03 +0100
commit7e8b94b728b886d14fc17b6af789e9ba0c50a050 (patch)
tree1636528cca273971427d690aafe0a79f93b2d3f7 /ACE/ace/IOStream.h
parent4961b8026b5c90e2517f27f9d9d5584be6f94ab0 (diff)
parentec19b2725b53eba54c4ba434d371ae569832f762 (diff)
downloadATCD-7e8b94b728b886d14fc17b6af789e9ba0c50a050.tar.gz
Merge pull request #2042 from jwillemsen/jwi-cleanupmacros
Cleanup unused macros
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) \