Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean-up redundant items: files and functions. #2410

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions arbor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ set(arbor_sources
fvm_layout.cpp
fvm_lowered_cell_impl.cpp
hardware/memory.cpp
hardware/power.cpp
iexpr.cpp
io/locked_ostream.cpp
io/serialize_hex.cpp
label_resolution.cpp
lif_cell_group.cpp
cable_cell_group.cpp
Expand Down Expand Up @@ -51,7 +48,6 @@ set(arbor_sources
profile/clock.cpp
profile/memory_meter.cpp
profile/meter_manager.cpp
profile/power_meter.cpp
profile/profiler.cpp
schedule.cpp
spike_event_io.cpp
Expand Down
6 changes: 0 additions & 6 deletions arbor/backends/gpu/fvm.hpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#pragma once

#include <map>
#include <string>

#include <arbor/common_types.hpp>
#include <arbor/fvm_types.hpp>

#include "memory/memory.hpp"
#include "util/rangeutil.hpp"

#include "backends/event.hpp"

#include "backends/gpu/gpu_store_types.hpp"
#include "backends/gpu/shared_state.hpp"

Expand All @@ -20,7 +15,6 @@ namespace arb {
namespace gpu {

struct backend {
static bool is_supported() { return true; }
static std::string name() { return "gpu"; }

using value_type = arb_value_type;
Expand Down
1 change: 0 additions & 1 deletion arbor/backends/multicore/fvm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace arb {
namespace multicore {

struct backend {
static bool is_supported() { return true; }
static std::string name() { return "cpu"; }

using value_type = arb_value_type;
Expand Down
29 changes: 0 additions & 29 deletions arbor/hardware/power.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions arbor/hardware/power.hpp

This file was deleted.

76 changes: 0 additions & 76 deletions arbor/io/locked_ostream.cpp

This file was deleted.

25 changes: 0 additions & 25 deletions arbor/io/locked_ostream.hpp

This file was deleted.

24 changes: 0 additions & 24 deletions arbor/io/save_ios.hpp

This file was deleted.

62 changes: 0 additions & 62 deletions arbor/io/serialize_hex.cpp

This file was deleted.

37 changes: 0 additions & 37 deletions arbor/io/serialize_hex.hpp

This file was deleted.

Loading