From bacab01f7e8367a3438e62e0df8127abd235bf6b Mon Sep 17 00:00:00 2001
From: 100backslash001 <telegin.vlad132@gmail.com>
Date: Mon, 5 Feb 2024 17:45:23 +0400
Subject: [PATCH] Remove duplicates from configure.py

---
 Telegram/configure.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Telegram/configure.py b/Telegram/configure.py
index fe24b9273..ceb27bfb9 100644
--- a/Telegram/configure.py
+++ b/Telegram/configure.py
@@ -25,8 +25,6 @@ def error(message):
 if sys.platform == 'win32' and 'COMSPEC' not in os.environ:
     error('COMSPEC environment variable is not set.')
 
-executePath = os.getcwd()
-scriptPath = os.path.dirname(os.path.realpath(__file__))
 scriptName = os.path.basename(scriptPath)
 
 arguments = sys.argv[1:]