Comment out an unused global variable.
The variable is present only for completeness in qurl.cpp. Change-Id: I68d7ca4cd52c14fbf8154e510737f7428d8e9679 Reviewed-by: David Faure (KDE) <faure@kde.org>bb10
parent
0da5471664
commit
83e074c31a
|
|
@ -660,7 +660,7 @@ static const ushort encodedFragmentActions[] = {
|
|||
encode(']'), // 6
|
||||
0
|
||||
};
|
||||
static const ushort * const decodedFragmentInUrlActions = 0;
|
||||
//static const ushort * const decodedFragmentInUrlActions = 0;
|
||||
static const ushort * const decodedFragmentInIsolationActions = 0;
|
||||
|
||||
// the query is handled specially: the decodedQueryXXX tables are run with
|
||||
|
|
|
|||
Loading…
Reference in New Issue