diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-29 00:15:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-11-29 10:07:04 +0900 |
commit | 3c795a953ffc36856588cd6b1dc23f7a83ac815d (patch) | |
tree | 5eddb222e82bc1380d1eb13fa85e716f89196a7e /automation/source | |
parent | 3a0e84426bfab5787abda96162fe1d06d4a2ec38 (diff) |
removed dead code
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/testtool/comm_bas.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/automation/source/testtool/comm_bas.cxx b/automation/source/testtool/comm_bas.cxx index 7d52c681eb0b..5279a49b2d4c 100644 --- a/automation/source/testtool/comm_bas.cxx +++ b/automation/source/testtool/comm_bas.cxx @@ -84,9 +84,6 @@ #define _RWPROP 0x2300 // mask Read/Write-Property #define _COLLPROP 0x4100 // mask Read-Collection-Element -#define COLLNAME "Elements" // the collection's name, here wired hard - - CommunicationWrapper::Methods CommunicationWrapper::aManagerMethods[] = { |