diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 16:35:19 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 16:35:19 +0000 |
commit | c8d32f157b08ef3bc56914a262691c241f50813d (patch) | |
tree | a8a0249a8637f06a2fb5e4047b4ef90e92b9dc69 /examples/Service_Configurator | |
parent | 7479e474852b0cc3e7fdae51a1113f28fffcc327 (diff) | |
download | ATCD-c8d32f157b08ef3bc56914a262691c241f50813d.tar.gz |
removed unused variable BUF_LEN
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp index 2e06d2d3add..f02e1bf2a74 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp @@ -8,8 +8,6 @@ #include "ace/Get_Opt.h" -static const int BUF_LEN = 256; - // Name of the program. static char *program_name; |