diff --git a/resources/fpga/package_component.tcl b/resources/fpga/package_component.tcl
index 110594e40f6e05e30012d570f98fd76b746f8efd..b1098555b1b68197129f39a87838a92b8879d3b8 100644
--- a/resources/fpga/package_component.tcl
+++ b/resources/fpga/package_component.tcl
@@ -21,9 +21,6 @@ set component_lib $env(FPGA_COMPONENT_LIB)
 # Read in TCL Filelist
 source $env(FPGA_COMPONENT_FILELIST)
 
-# Read in Design Defines
-source $env(FPGA_COMPONENT_DEFINES)
-
 # Set Top-level
 set_property top $env(FPGA_DESIGN_TOP) [current_fileset]