projects
/
platform
/
core
/
system
/
swap-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cda2c6
)
[CLEAN] remove unused enum DaOptions
author
Anastasia Lyupa
<a.lyupa@samsung.com>
Mon, 18 Nov 2013 14:41:01 +0000
(18:41 +0400)
committer
Anastasia Lyupa
<a.lyupa@samsung.com>
Mon, 18 Nov 2013 14:42:10 +0000
(18:42 +0400)
Change-Id: Ia994f50af79accf62e634657553de87b5748c70f
Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
daemon/daemon.h
patch
|
blob
|
history
diff --git
a/daemon/daemon.h
b/daemon/daemon.h
index
281312a
..
fb1c956
100644
(file)
--- a/
daemon/daemon.h
+++ b/
daemon/daemon.h
@@
-116,19
+116,6
@@
enum HostMessageType
MSG_HOST_END = 999
};
-enum DaOptions
-{
- OPT_CPUMEM = 0x00000001,
- OPT_FUNC = 0x00000002,
- OPT_ALLOC = 0x00000004,
- OPT_FILE = 0x00000008,
- OPT_THREAD = 0x00000010,
- OPT_UI = 0x00000020,
- OPT_SNAPSHOT = 0x00000040,
- OPT_EVENT = 0x00000080,
- OPT_RECORD = 0x00000100
-};
-
enum DAState
{
DAS_NONE = 0,