Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3f83f57 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Fix -Wdefaulted-function-deleted warnings.

Bug: 241680050
Test: presubmit
Change-Id: I78a3effb33021b79d451f5e9f32a7d96226bdc60
parent 5a19bd10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ public :
    ExternalVibration(int32_t uid, std::string pkg, const audio_attributes_t& attrs,
            sp<IExternalVibrationController> controller);
    virtual ~ExternalVibration() = default;
    ExternalVibration(const ExternalVibration&) = default;

    bool operator==(const ExternalVibration&) const;

+0 −2
Original line number Diff line number Diff line
@@ -148,8 +148,6 @@ public:
    bool hasProtectedLayers() const;

private:
    CachedSet() = default;

    const NonBufferHash mFingerprint;
    std::chrono::steady_clock::time_point mLastUpdate = std::chrono::steady_clock::now();
    std::vector<Layer> mLayers;