From 604ce577a1af40a6796f188d0e84f49e0b89e1c8 Mon Sep 17 00:00:00 2001
From: XANTRONIX Industrial <xan@xantronix.com>
Date: Mon, 10 Mar 2025 16:49:15 -0400
Subject: [PATCH] Remove unnecessary statement

---
 lib/xmet/thermo.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/xmet/thermo.py b/lib/xmet/thermo.py
index fa3ac1b..3df34ff 100644
--- a/lib/xmet/thermo.py
+++ b/lib/xmet/thermo.py
@@ -106,7 +106,6 @@ def loft_parcel(start_temp: float,
     dewpoint, pressure value, will be dispatched to obtain the lapse rate
     for each height.
     """
-    start_height = pressure_height(start_pressure)
     sx_last      = None
     sy_last      = None
     height_last  = None