summaryrefslogtreecommitdiffstats
path: root/occ_pass_through.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_pass_through.cpp')
-rw-r--r--occ_pass_through.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/occ_pass_through.cpp b/occ_pass_through.cpp
index 911dd85..fbb98c2 100644
--- a/occ_pass_through.cpp
+++ b/occ_pass_through.cpp
@@ -11,8 +11,6 @@ namespace open_power
{
namespace occ
{
-namespace pass_through
-{
PassThrough::PassThrough(
sdbusplus::bus::bus& bus,
@@ -107,6 +105,5 @@ std::vector<int32_t> PassThrough::send(std::vector<int32_t> command)
return response;
}
-} // namespace pass_through
} // namespace occ
} // namespace open_power
OpenPOWER on IntegriCloud