Change in osmo-pcu[master]: MCS: remove unused function

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Wed Mar 13 15:40:38 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/13239


Change subject: MCS: remove unused function
......................................................................

MCS: remove unused function

Change-Id: I32ab5ac36a0db90f2bea670b7684784b83a90b6b
---
M src/gprs_coding_scheme.cpp
M src/gprs_coding_scheme.h
2 files changed, 0 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/39/13239/1

diff --git a/src/gprs_coding_scheme.cpp b/src/gprs_coding_scheme.cpp
index bcbb893..c0955d3 100644
--- a/src/gprs_coding_scheme.cpp
+++ b/src/gprs_coding_scheme.cpp
@@ -317,11 +317,6 @@
 	return mcs_info[m_scheme].family == mcs_info[o.m_scheme].family;
 }
 
-bool GprsCodingScheme::isCombinable(GprsCodingScheme o) const
-{
-	return numDataBlocks() == o.numDataBlocks();
-}
-
 void GprsCodingScheme::decToSingleBlock(bool *needStuffing)
 {
 	switch (m_scheme) {
diff --git a/src/gprs_coding_scheme.h b/src/gprs_coding_scheme.h
index d97df08..80f8502 100644
--- a/src/gprs_coding_scheme.h
+++ b/src/gprs_coding_scheme.h
@@ -67,7 +67,6 @@
 	bool isCompatible(Mode mode) const;
 	bool isCompatible(GprsCodingScheme o) const;
 	bool isFamilyCompatible(GprsCodingScheme o) const;
-	bool isCombinable(GprsCodingScheme o) const;
 
 	void inc(Mode mode);
 	void dec(Mode mode);

-- 
To view, visit https://gerrit.osmocom.org/13239
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I32ab5ac36a0db90f2bea670b7684784b83a90b6b
Gerrit-Change-Number: 13239
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190313/24eddb4f/attachment.htm>


More information about the gerrit-log mailing list