projects
/
platform
/
core
/
system
/
sessiond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7badf84
)
Drop unnecessary name
29/272729/1
author
Mateusz Majewski
<m.majewski2@samsung.com>
Wed, 23 Mar 2022 07:33:44 +0000
(08:33 +0100)
committer
Mateusz Majewski
<m.majewski2@samsung.com>
Wed, 23 Mar 2022 07:33:44 +0000
(08:33 +0100)
Oops!
Change-Id: Ibb41d4dea9218f51177ccadfa3a3b92ae9bf0985
sessiond/src/main.cpp
patch
|
blob
|
history
diff --git
a/sessiond/src/main.cpp
b/sessiond/src/main.cpp
index 24f2884c1ba8dbf8fe99e1071096c79e97bd7f7a..9fd1aa02758839f15ec13b80302cd360da86d1c1 100644
(file)
--- a/
sessiond/src/main.cpp
+++ b/
sessiond/src/main.cpp
@@
-65,8
+65,6
@@
struct owner_id {
owner_id(const owner_id &) = delete;
owner_id &operator=(const owner_id &) = delete;
- constexpr static const char *name = "org.tizen.sessiond";
-
guint inner;
};