Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
82b8d4b8
Commit
82b8d4b8
authored
9 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
synapse/state.py:_get_state_key_from_event was unused
parent
57338a97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/state.py
+0
-4
0 additions, 4 deletions
synapse/state.py
with
0 additions
and
4 deletions
synapse/state.py
+
0
−
4
View file @
82b8d4b8
...
...
@@ -31,10 +31,6 @@ import hashlib
logger
=
logging
.
getLogger
(
__name__
)
def
_get_state_key_from_event
(
event
):
return
event
.
state_key
KeyStateTuple
=
namedtuple
(
"
KeyStateTuple
"
,
(
"
context
"
,
"
type
"
,
"
state_key
"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment