diff options
author | Robert Moore <Robert.Moore@intel.com> | 2014-10-09 10:52:23 -0700 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2014-10-09 10:52:23 -0700 |
commit | b073a9cef40bfc2759368d070cc3df4ed3be1a7a (patch) | |
tree | 37cf58b6953c203609e04339a86cac6bb936c86b /source/components/executer/exdump.c | |
parent | 3d4baf30e41fe171d66cc8173a6772928b7c7f90 (diff) | |
download | acpica-b073a9cef40bfc2759368d070cc3df4ed3be1a7a.tar.gz |
Remove extraneous #defines, no functional change.
This change removes the #define statements at the start of many
modules that simply define the module name. They are obsolete.
Diffstat (limited to 'source/components/executer/exdump.c')
-rw-r--r-- | source/components/executer/exdump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/components/executer/exdump.c b/source/components/executer/exdump.c index 68a005404..4d6a18676 100644 --- a/source/components/executer/exdump.c +++ b/source/components/executer/exdump.c @@ -113,8 +113,6 @@ * *****************************************************************************/ -#define __EXDUMP_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" |