diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-14 13:10:46 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-14 13:10:46 -0400 |
| commit | 0677e653b5822e99852ef55001cf2c89a95357c3 (patch) | |
| tree | 9ad989ececa09f7389fe6971e709f96e9c68fa1b /native/include | |
| parent | 064f6a2915d8bcecea31f07b2a57de80203c6f37 (diff) | |
Remove unused field from QPA implementation
Silences a Clang++ warning/error:
> In file included from src/edf/qpa.cpp:12:
> include/edf/qpa.h:7:18: error: private field 'm' is not used [-Werror,-Wunused-private-field]
> unsigned int m;
> ^
> 1 error generated.
Diffstat (limited to 'native/include')
| -rw-r--r-- | native/include/edf/qpa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/include/edf/qpa.h b/native/include/edf/qpa.h index 18123aa..bac460a 100644 --- a/native/include/edf/qpa.h +++ b/native/include/edf/qpa.h | |||
| @@ -3,9 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | class QPATest : public SchedulabilityTest | 4 | class QPATest : public SchedulabilityTest |
| 5 | { | 5 | { |
| 6 | private: | ||
| 7 | unsigned int m; | ||
| 8 | |||
| 9 | public: | 6 | public: |
| 10 | QPATest(unsigned int num_processors); | 7 | QPATest(unsigned int num_processors); |
| 11 | 8 | ||
