From 57c3efc585ec360fcdc173fff9013cf50d0e6094 Mon Sep 17 00:00:00 2001
From: Alex McCaskey <mccaskeyaj@ornl.gov>
Date: Tue, 7 Feb 2017 11:53:58 -0500
Subject: [PATCH] Update teleport_scaffold.cpp

removing errant qreg allocation
---
 examples/quantum/gate/teleport_scaffold.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/examples/quantum/gate/teleport_scaffold.cpp b/examples/quantum/gate/teleport_scaffold.cpp
index 693985ef0..1dffd82df 100644
--- a/examples/quantum/gate/teleport_scaffold.cpp
+++ b/examples/quantum/gate/teleport_scaffold.cpp
@@ -59,9 +59,6 @@ int main (int argc, char** argv) {
 	// Allocate some qubits, give them a unique identifier...
 	auto qreg = qpu->allocate("qreg");
 
-	auto qreg2 = qpu->allocate("qreg", 0, 1, 2);
-
-
 	// Construct a new Program
 	xacc::Program quantumProgram(qpu, src);
 
-- 
GitLab