diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 11:16:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 13:29:58 +0100 |
commit | 6fc5a80009d7426c30d2b9656f76549536b45bb0 (patch) | |
tree | 6980ee1f9d4320b68b2ae8f516d6aebc9f852dbd /rsc/source/prj | |
parent | 87bd657a2653eadc09d97f2897121947c8ebe5a3 (diff) |
aSearchPath is write only
Change-Id: I2dd8c4b9db53ed2c575500d2b00e90d5a99ac6e4
Diffstat (limited to 'rsc/source/prj')
-rw-r--r-- | rsc/source/prj/gui.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/source/prj/gui.cxx b/rsc/source/prj/gui.cxx index 3a0f0609ca19..10b3565dcaac 100644 --- a/rsc/source/prj/gui.cxx +++ b/rsc/source/prj/gui.cxx @@ -53,7 +53,6 @@ int rsc2_main( int argc, char **argv ) std::unique_ptr<RscCmdLine> pCmdLine(new RscCmdLine( argc, argv, pErrHdl.get() )); std::unique_ptr<RscTypCont> pTypCont(new RscTypCont( pErrHdl.get(), pCmdLine->nByteOrder, - pCmdLine->aPath, pCmdLine->nCommands )); if( pErrHdl->nErrors ) |