aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.py b/build.py
index 39140ed..ee42f81 100644
--- a/build.py
+++ b/build.py
@@ -119,9 +119,6 @@ class Build:
def get_global_args(self, compiler):
return self.global_args.get(compiler.get_language(), [])
- def get_external_link_args(self, compiler):
- return self.external_link_args.get(compiler.get_language(), [])
-
class IncludeDirs():
def __init__(self, curdir, dirs):
self.curdir = curdir