Remove bogus comment 03/118703/2
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 13 Mar 2017 16:33:37 +0000 (01:33 +0900)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 15 Mar 2017 14:59:46 +0000 (07:59 -0700)
Change-Id: I42e672034db00f1202606743b407a187e84ae0f0

src/common/include/ext4.h

index 8ce4048dadf42f0d5516de0077abb6f4e6dc8e3c..c11379702cc7c08c9b5f6f8fd663a3900d50902a 100644 (file)
@@ -39,7 +39,6 @@ static const std::string KEY_DESC_PREFIX = "ext4:";
 std::string getPolicyHash(const std::string &path);
 bool isEncrypted(const std::string &path);
 
-/* Make sure to initialize YACA before using this class */
 class Key {
 public:
     Key(const std::string &passphrase, const std::vector<char> &salt);