We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9ae6 commit ddcda80Copy full SHA for ddcda80
pygccxml/parser/config.py
@@ -238,25 +238,6 @@ def __init__(
238
def clone(self):
239
return copy.deepcopy(self)
240
241
- @property
242
- def gccxml_path(self):
243
- """
244
- Gccxml binary location
245
-
246
247
248
- warnings.warn(
249
- "gccxml_path is deprecated. \n" +
250
- "Please use xml_generator_path instead.", DeprecationWarning)
251
- return self.__gccxml_path
252
253
- @gccxml_path.setter
254
- def gccxml_path(self, new_path):
255
256
257
258
- self.__gccxml_path = new_path
259
260
@property
261
def xml_generator_path(self):
262
"""
0 commit comments