Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
13fbd63b
Commit
13fbd63b
authored
Mar 12, 2018
by
Georgios Bitzes
Browse files
Some clang fixes
parent
ff0c348c
Pipeline
#330168
passed with stages
in 28 minutes and 10 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/Formatter.hh
View file @
13fbd63b
...
...
@@ -30,7 +30,7 @@
namespace
quarkdb
{
class
RaftEntry
;
struct
RaftEntry
;
class
RedisRequest
;
class
Formatter
{
...
...
src/raft/RaftDispatcher.hh
View file @
13fbd63b
...
...
@@ -39,7 +39,7 @@ namespace quarkdb {
class
RaftJournal
;
class
RaftState
;
class
RaftClock
;
class
RaftWriteTracker
;
class
RaftReplicator
;
class
RaftStateSnapshot
;
struct
RaftStateSnapshot
;
using
RaftStateSnapshotPtr
=
std
::
shared_ptr
<
const
RaftStateSnapshot
>
;
class
RaftDispatcher
:
public
Dispatcher
{
...
...
src/redis/MultiHandler.hh
View file @
13fbd63b
...
...
@@ -46,7 +46,6 @@ public:
private:
MultiOp
multiOp
;
bool
activated
=
false
;
bool
execAbort
=
false
;
bool
phantom
=
false
;
};
...
...
test/e2e.cc
View file @
13fbd63b
...
...
@@ -818,7 +818,6 @@ private:
std
::
promise
<
void
>
prom
;
std
::
future
<
void
>
flag
;
size_t
counter
;
bool
isOk
=
true
;
qclient
::
QClient
&
qcl
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment