ipa: raspberrypi: Remove unused Controller constructor
The Controller(char const *jsonFilename) is not valid anymore since Controller::read() can now return an error on a failure. Additionally, this constructor is not actually used, so remove it. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
5b07fa2003
commit
c19150ea94
2 changed files with 0 additions and 8 deletions
|
@ -40,7 +40,6 @@ class Controller
|
|||
{
|
||||
public:
|
||||
Controller();
|
||||
Controller(char const *jsonFilename);
|
||||
~Controller();
|
||||
int read(char const *filename);
|
||||
void initialise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue