Commit 3bd59a4c authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

updating dummyaccelerator in test

parent 8822a196
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -896,10 +896,6 @@ public:
  const std::string name() const override { return "dummy"; }
  const std::string description() const override { return ""; }
  void initialize(const HeterogeneousMap &params = {}) override { return; }
  std::vector<std::shared_ptr<IRTransformation>>
  getIRTransformations() override {
    return {};
  }
  void execute(std::shared_ptr<xacc::AcceleratorBuffer> buf,
               std::shared_ptr<xacc::CompositeInstruction> f) override {}
  void execute(std::shared_ptr<AcceleratorBuffer> buffer,