Merge pull request #30 from lroathe/master

Remove opcodes.h from project file list as it doesn't exist.
This commit is contained in:
Lane Roathe 2020-01-01 14:49:22 -08:00 committed by GitHub
commit 054aa2fbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@
2F5E5500237BB3090091163D /* asm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = asm.cpp; sourceTree = SOURCE_ROOT; };
2F5E5501237BB3090091163D /* qasm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qasm.cpp; sourceTree = SOURCE_ROOT; };
2F5E5502237BB3090091163D /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = SOURCE_ROOT; };
2F5E5503237BB3090091163D /* opcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcodes.h; sourceTree = SOURCE_ROOT; };
2F5E5504237BB3090091163D /* opcodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcodes.cpp; sourceTree = SOURCE_ROOT; };
2F5E5505237BB3090091163D /* psuedo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = psuedo.cpp; sourceTree = SOURCE_ROOT; };
2F5E5506237BB3090091163D /* qasm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qasm.h; sourceTree = SOURCE_ROOT; };
@ -233,7 +232,6 @@
2F5E54FE237BB3090091163D /* eval.cpp */,
2F5E54FF237BB3090091163D /* eval.h */,
2F5E5504237BB3090091163D /* opcodes.cpp */,
2F5E5503237BB3090091163D /* opcodes.h */,
2F5E5505237BB3090091163D /* psuedo.cpp */,
2F5E5508237BB3090091163D /* psuedo.h */,
2F5E5501237BB3090091163D /* qasm.cpp */,