summaryrefslogtreecommitdiff
path: root/libkms++/atomicreq.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-22 15:42:14 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 09:43:27 +0300
commitebfe02d5cd4e04d0df471669190e4feb1e2e493c (patch)
tree506ac8ba7214c0476127a6ce6e677f6693a25f3f /libkms++/atomicreq.h
parent6d13ebbb8b9854713a5597df71a12f8dd9a36c34 (diff)
Cleanup AtomicReq::commit
Diffstat (limited to 'libkms++/atomicreq.h')
-rw-r--r--libkms++/atomicreq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libkms++/atomicreq.h b/libkms++/atomicreq.h
index 7a8f2a4..d9aeb08 100644
--- a/libkms++/atomicreq.h
+++ b/libkms++/atomicreq.h
@@ -23,7 +23,6 @@ public:
void add(DrmObject *ob, const std::string& prop, uint64_t value);
int test();
- int commit();
int commit(void* data);
int commit_sync();