This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 05a6f19 Cleanup: Remove unused empty files
05a6f19 is described below
commit 05a6f19f99cebc4ec3210467fb9a5527b21c7d8d
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Aug 20 08:06:01 2019 +0900
Cleanup: Remove unused empty files
---
iocore/eventsystem/Makefile.am | 8 --------
iocore/eventsystem/test_I_Buffer.cc | 25 -------------------------
iocore/eventsystem/test_I_Event.cc | 25 -------------------------
iocore/eventsystem/test_P_Buffer.cc | 25 -------------------------
iocore/eventsystem/test_P_Event.cc | 25 -------------------------
5 files changed, 108 deletions(-)
diff --git a/iocore/eventsystem/Makefile.am b/iocore/eventsystem/Makefile.am
index 6f44a16..369bf55 100644
--- a/iocore/eventsystem/Makefile.am
+++ b/iocore/eventsystem/Makefile.am
@@ -99,17 +99,9 @@ test_LD_ADD = \
test_Buffer_SOURCES = \
test_Buffer.cc
-#test_UNUSED_SOURCES = \
-# test_I_Buffer.cc \
-# test_P_Buffer.cc
-
test_Event_SOURCES = \
test_Event.cc
-#test_UNUSED_SOURCES = \
-# test_I_Event.cc \
-# test_P_Event.cc
-
test_Buffer_CPPFLAGS = $(test_CPP_FLAGS)
test_Event_CPPFLAGS = $(test_CPP_FLAGS)
diff --git a/iocore/eventsystem/test_I_Buffer.cc
b/iocore/eventsystem/test_I_Buffer.cc
deleted file mode 100644
index e236b51..0000000
--- a/iocore/eventsystem/test_I_Buffer.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
-
- A brief file description
-
- @section license License
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
-
-#include "I_EventSystem.h"
-#include "test_Buffer.cc"
diff --git a/iocore/eventsystem/test_I_Event.cc
b/iocore/eventsystem/test_I_Event.cc
deleted file mode 100644
index a8d7bc0..0000000
--- a/iocore/eventsystem/test_I_Event.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
-
- A brief file description
-
- @section license License
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
-
-#include "P_EventSystem.h"
-#include "test_Event.i"
diff --git a/iocore/eventsystem/test_P_Buffer.cc
b/iocore/eventsystem/test_P_Buffer.cc
deleted file mode 100644
index f26d885..0000000
--- a/iocore/eventsystem/test_P_Buffer.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
-
- A brief file description
-
- @section license License
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
-
-#include "P_EventSystem.h"
-#include "test_Buffer.cc"
diff --git a/iocore/eventsystem/test_P_Event.cc
b/iocore/eventsystem/test_P_Event.cc
deleted file mode 100644
index a8d7bc0..0000000
--- a/iocore/eventsystem/test_P_Event.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file
-
- A brief file description
-
- @section license License
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
-
-#include "P_EventSystem.h"
-#include "test_Event.i"