Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
848b5018
Commit
848b5018
authored
Apr 21, 2014
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused action_prefix_len variable
parent
b37fc70f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/bridge/bridge.cpp
src/bridge/bridge.cpp
+0
-1
No files found.
src/bridge/bridge.cpp
View file @
848b5018
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include <tuple>
#include <tuple>
static
const
char
*
action_prefix
=
"
\01
ACTION "
;
static
const
char
*
action_prefix
=
"
\01
ACTION "
;
static
const
size_t
action_prefix_len
=
8
;
Bridge
::
Bridge
(
const
std
::
string
&
user_jid
,
XmppComponent
*
xmpp
,
Poller
*
poller
)
:
Bridge
::
Bridge
(
const
std
::
string
&
user_jid
,
XmppComponent
*
xmpp
,
Poller
*
poller
)
:
user_jid
(
user_jid
),
user_jid
(
user_jid
),
...
...
Write
Preview
Markdown
is supported
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