Cleanup.
This commit is contained in:
parent
f0bd25b397
commit
9a99106981
|
@ -2,7 +2,7 @@
|
|||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2022 Sylwester Kocjan <s.kocjan@o2.pl>
|
||||
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 2022-2023 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
|
@ -33,19 +33,6 @@ public:
|
|||
};
|
||||
|
||||
|
||||
class SIMULATION_RESULTS
|
||||
{
|
||||
public:
|
||||
virtual ~SIMULATION_RESULTS() {};
|
||||
};
|
||||
|
||||
|
||||
class SIMULATION
|
||||
{
|
||||
virtual ~SIMULATION(){};
|
||||
};
|
||||
|
||||
|
||||
class SIMULATOR
|
||||
{
|
||||
public:
|
||||
|
@ -83,8 +70,6 @@ public:
|
|||
* @return True in case of success, false otherwise.
|
||||
*/
|
||||
virtual bool Run() = 0;
|
||||
// virtual bool Run( SIMULATION* aSim ) = 0;
|
||||
// virtual SIM_RESULT Run( SPICE_SIMULATION* aSim ) = 0;
|
||||
|
||||
/**
|
||||
* Halt the simulation.
|
||||
|
|
Loading…
Reference in New Issue