summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/vc6-4786.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/vc6-4786.h')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/vc6-4786.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/vc6-4786.h b/TAO/CIAO/tools/Config_Handlers/vc6-4786.h
deleted file mode 100644
index ab8457de1cd..00000000000
--- a/TAO/CIAO/tools/Config_Handlers/vc6-4786.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * @file vc6-4786.h
- * @author Will Otte <wotte@dre.vanderbilt.edu
- * $Id$
- * Silences that nefarious 4786 warning in a bit cleaner way
- * than sprinkling the same preprocessor directives all over the code.
- */
-
-#ifndef VC6_4786_H_
-# define VC6_4786_H_
-# if defined (_MSC_VER) && (_MSC_VER < 1300)
-# pragma warning (disable: 4786)
-# endif
-#endif /* VC6_4786_H_ */