summaryrefslogtreecommitdiff
path: root/snxxx/libese-spi/p73/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'snxxx/libese-spi/p73/utils/config.h')
-rw-r--r--snxxx/libese-spi/p73/utils/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/snxxx/libese-spi/p73/utils/config.h b/snxxx/libese-spi/p73/utils/config.h
index 115c7fa..7b37442 100644
--- a/snxxx/libese-spi/p73/utils/config.h
+++ b/snxxx/libese-spi/p73/utils/config.h
@@ -15,9 +15,9 @@
*/
/******************************************************************************
*
- * The original Work has been changed by NXP Semiconductors.
+ * The original Work has been changed by NXP.
*
- * Copyright (C) 2019 NXP Semiconductors
+ * Copyright 2019,2023 NXP
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -65,9 +65,6 @@ class ConfigFile {
bool hasKey(const std::string& key);
std::string getString(const std::string& key);
unsigned getUnsigned(const std::string& key);
- std::vector<uint8_t> getBytes(const std::string& key);
-
- void clear();
private:
ConfigValue& getValue(const std::string& key);