summaryrefslogtreecommitdiff
path: root/rsc/source/prj
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-27 11:16:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-27 13:29:58 +0100
commit6fc5a80009d7426c30d2b9656f76549536b45bb0 (patch)
tree6980ee1f9d4320b68b2ae8f516d6aebc9f852dbd /rsc/source/prj
parent87bd657a2653eadc09d97f2897121947c8ebe5a3 (diff)
aSearchPath is write only
Change-Id: I2dd8c4b9db53ed2c575500d2b00e90d5a99ac6e4
Diffstat (limited to 'rsc/source/prj')
-rw-r--r--rsc/source/prj/gui.cxx1
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 )